We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5757d9f commit d38b9d6Copy full SHA for d38b9d6
conf.py
@@ -58,7 +58,7 @@
58
#
59
# This is also used if you do content translation via gettext catalogs.
60
# Usually you set "language" from the command line for these cases.
61
-language = None
+language = "en"
62
63
# List of patterns, relative to source directory, that match files and
64
# directories to ignore when looking for source files.
requirements.txt
@@ -1,7 +1,7 @@
1
pip
2
-docutils==0.16
3
-sphinx==4.3.2
4
-sphinx-tabs
+docutils==0.18.1
+sphinx>=5.0.0
+sphinx-tabs==3.4.4
5
sphinx-multiversion
6
sphinx-rtd-theme
7
sphinx-copybutton
0 commit comments