Browse Source

Dropped sphinx ver requirement from docs.

Rafał Pitoń 11 years ago
parent
commit
b0457526a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

@@ -23,7 +23,7 @@ import os
 # -- General configuration ------------------------------------------------
 # -- General configuration ------------------------------------------------
 
 
 # If your documentation needs a minimal Sphinx version, state it here.
 # If your documentation needs a minimal Sphinx version, state it here.
-needs_sphinx = '1.2'
+#needs_sphinx = '1.0'
 
 
 # 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