mirror of
https://github.com/django/django.git
synced 2025-10-09 10:10:28 +00:00
Removed a docs workaround for an old Sphinx version.
This commit is contained in:
parent
a80d70dd10
commit
c315f96024
2 changed files with 2 additions and 14 deletions
|
@ -27,7 +27,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.0'
|
||||
needs_sphinx = '1.0.8'
|
||||
|
||||
# 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