Removed a docs workaround for an old Sphinx version.

This commit is contained in:
Tim Graham 2015-11-16 11:33:34 -05:00
parent a80d70dd10
commit c315f96024
2 changed files with 2 additions and 14 deletions

View file

@ -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.