mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
Merge branch 'docs_themes' into 'master'
Update RTD theme See merge request OpenMW/openmw!4400
This commit is contained in:
commit
49e178be05
@ -2,4 +2,4 @@ parse_cmake
|
||||
sphinx==7.1.2
|
||||
docutils==0.18.1
|
||||
jinja2==3.1.4
|
||||
sphinx_rtd_theme==1.3.0
|
||||
sphinx_rtd_theme==3.0.1
|
||||
|
@ -144,7 +144,8 @@ html_theme = 'sphinx_rtd_theme'
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
html_theme_options = {
|
||||
'navigation_with_keys': True
|
||||
'navigation_with_keys': True,
|
||||
'flyout_display': 'attached',
|
||||
}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
@ -178,8 +179,8 @@ def setup(app):
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = [
|
||||
'_static'
|
||||
]
|
||||
'_static'
|
||||
]
|
||||
|
||||
# Add any extra paths that contain custom files (such as robots.txt or
|
||||
# .htaccess) here, relative to this directory. These files are copied
|
||||
|
Loading…
Reference in New Issue
Block a user