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.
|
||||
#
|
||||
# needs_sphinx = '1.0'
|
||||
needs_sphinx = '3.0'
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
sphinx_materialdesign_theme
|
||||
|
||||
docutils
|
||||
# Disabling direct sphinx because of https://github.com/pypa/pip/issues/9031
|
||||
# sphinx
|
||||
sphinx>=3.0
|
||||
sphinx-autobuild
|
||||
|
||||
breathe
|
||||
|
|
|
|||
Loading…
Reference in New Issue