mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 23:36:59 -04:00
docs - fix package version and logo
This commit is contained in:
parent
8d7bdc2e61
commit
49865b1aa1
@ -2,6 +2,6 @@ parse_cmake
|
|||||||
sphinx==7.1.2
|
sphinx==7.1.2
|
||||||
docutils==0.18.1
|
docutils==0.18.1
|
||||||
jinja2==3.1.6
|
jinja2==3.1.6
|
||||||
sphinx-design==0.6.1
|
sphinx-design==0.5.0
|
||||||
furo==2024.8.6
|
furo==2024.8.6
|
||||||
sphinx-copybutton==0.5.2
|
sphinx-copybutton==0.5.2
|
@ -176,14 +176,14 @@ def setup(app):
|
|||||||
|
|
||||||
# The name for this set of Sphinx documents. If None, it defaults to
|
# The name for this set of Sphinx documents. If None, it defaults to
|
||||||
# "<project> v<release> documentation".
|
# "<project> v<release> documentation".
|
||||||
html_title = 'OpenMW'
|
html_title = 'OpenMW Docs'
|
||||||
|
|
||||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||||
# html_short_title = 'OpenMW Documentation'
|
# html_short_title = 'OpenMW Documentation'
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top
|
# The name of an image file (relative to this directory) to place at the top
|
||||||
# of the sidebar.
|
# of the sidebar.
|
||||||
html_logo = 'https://gitlab.com/OpenMW/openmw-docs/raw/master/docs/source/_static/images/openmw.png'
|
# html_logo = 'https://gitlab.com/OpenMW/openmw-docs/raw/master/docs/source/_static/images/openmw.png'
|
||||||
|
|
||||||
# The name of an image file (within the static path) to use as favicon of the
|
# The name of an image file (within the static path) to use as favicon of the
|
||||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user