From 6faba447187fe48fd8901d8ba17be4a2a7233e2b Mon Sep 17 00:00:00 2001 From: adobdin Date: Fri, 8 Jul 2016 10:00:32 +0000 Subject: [PATCH] docs try w/o extensions --- doc/source/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 1690a88..a15378f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -30,12 +30,12 @@ from timmy.env import version, project_name # 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.viewcode', -# 'oslosphinx', - 'sphinx.ext.autodoc', - 'sphinxarg.ext', -] +# extensions = [ +# 'sphinx.ext.viewcode', +# # 'oslosphinx', +# 'sphinx.ext.autodoc', +# 'sphinxarg.ext', +# ] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']