mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Allow newer Sphinx version and fix docbuild warnings (#3571)
This commit is contained in:
parent
607f6babe5
commit
007ac8148b
6 changed files with 14 additions and 13 deletions
|
|
@ -121,9 +121,7 @@ pygments_style = 'tango'
|
|||
# -- Options for HTML output ---------------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages
|
||||
import sphinx_rtd_theme
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
html_baseurl = "https://docs.openmc.org/en/stable/"
|
||||
|
||||
html_logo = '_images/openmc_logo.png'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue