X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/cd38e4893698333050ac52a9242bee29371a080c..4edce19176898736fc4914b7eb08d907566f0547:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index f998dea..a879f03 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext")) # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'djangodocs'] +extensions = ['djangodocs'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']