remove sphinx version limitation (#259)
This commit is contained in:
parent
f0800a67da
commit
99acad16fc
2
conf.py
2
conf.py
|
@ -33,7 +33,7 @@ release = u'Latest Nightly Build'
|
||||||
|
|
||||||
# If your documentation needs a minimal Sphinx version, state it here.
|
# If your documentation needs a minimal Sphinx version, state it here.
|
||||||
#
|
#
|
||||||
needs_sphinx = '5.3'
|
#needs_sphinx = '5.3'
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue