doc: switch to Furo, a more modern Sphinx theme (#4094)
This commit is contained in:
parent
c97017dd1d
commit
1b4bd9209e
@ -1,27 +1,36 @@
|
|||||||
# primary
|
# primary
|
||||||
sphinx==6.1.3
|
furo==2023.5.20
|
||||||
|
Sphinx==6.1.3
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
alabaster==0.7.13
|
alabaster==0.7.13
|
||||||
Babel==2.11.0
|
Babel==2.11.0
|
||||||
|
beautifulsoup4==4.12.2
|
||||||
certifi==2022.12.7
|
certifi==2022.12.7
|
||||||
charset-normalizer==3.0.1
|
charset-normalizer==3.0.1
|
||||||
|
colorama==0.4.6
|
||||||
docutils==0.19
|
docutils==0.19
|
||||||
idna==3.4
|
idna==3.4
|
||||||
imagesize==1.4.1
|
imagesize==1.4.1
|
||||||
importlib-metadata==6.0.0
|
importlib-metadata==6.0.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
|
livereload==2.6.3
|
||||||
MarkupSafe==2.1.2
|
MarkupSafe==2.1.2
|
||||||
packaging==23.0
|
packaging==23.0
|
||||||
Pygments==2.14.0
|
Pygments==2.14.0
|
||||||
pytz==2022.7.1
|
pytz==2022.7.1
|
||||||
requests==2.28.2
|
requests==2.28.2
|
||||||
|
six==1.16.0
|
||||||
snowballstemmer==2.2.0
|
snowballstemmer==2.2.0
|
||||||
sphinxcontrib-applehelp==1.0.3
|
soupsieve==2.4.1
|
||||||
|
sphinx-autobuild==2021.3.14
|
||||||
|
sphinx-basic-ng==1.0.0b2
|
||||||
sphinxcontrib-devhelp==1.0.2
|
sphinxcontrib-devhelp==1.0.2
|
||||||
sphinxcontrib-htmlhelp==2.0.0
|
sphinxcontrib-htmlhelp==2.0.0
|
||||||
sphinxcontrib-jsmath==1.0.1
|
sphinxcontrib-jsmath==1.0.1
|
||||||
sphinxcontrib-qthelp==1.0.3
|
sphinxcontrib-qthelp==1.0.3
|
||||||
sphinxcontrib-serializinghtml==1.1.5
|
sphinxcontrib-serializinghtml==1.1.5
|
||||||
|
sphinxcontrib.applehelp==1.0.3
|
||||||
|
tornado==6.3.2
|
||||||
urllib3==1.26.14
|
urllib3==1.26.14
|
||||||
zipp==3.11.0
|
zipp==3.11.0
|
||||||
|
|||||||
@ -118,7 +118,7 @@ pygments_style = 'sphinx'
|
|||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
html_theme = 'nature'
|
html_theme = 'furo'
|
||||||
|
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# Theme options are theme-specific and customize the look and feel of a theme
|
||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user