mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Bumped minimum Sphinx version to 1.6.0.
This commit is contained in:
parent
a4f0e9aec7
commit
de0e54ea00
2 changed files with 2 additions and 6 deletions
|
@ -32,7 +32,7 @@ sys.path.append(abspath(join(dirname(__file__), "_ext")))
|
|||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
# If your documentation needs a minimal Sphinx version, state it here.
|
||||
needs_sphinx = '1.5.5'
|
||||
needs_sphinx = '1.6.0'
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue