mirror of https://github.com/openXC7/prjxray.git
docs: Force Sphinx version higher or equal to 3.0
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
parent
82309c0aa3
commit
310292cf58
|
|
@ -39,7 +39,7 @@ from markdown_code_symlinks import LinkParser, MarkdownSymlinksDomain
|
||||||
|
|
||||||
# If your documentation needs a minimal Sphinx version, state it here.
|
# If your documentation needs a minimal Sphinx version, state it here.
|
||||||
#
|
#
|
||||||
# needs_sphinx = '1.0'
|
needs_sphinx = '3.0'
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
sphinx_materialdesign_theme
|
sphinx_materialdesign_theme
|
||||||
|
|
||||||
docutils
|
docutils
|
||||||
# Disabling direct sphinx because of https://github.com/pypa/pip/issues/9031
|
sphinx>=3.0
|
||||||
# sphinx
|
|
||||||
sphinx-autobuild
|
sphinx-autobuild
|
||||||
|
|
||||||
breathe
|
breathe
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue