summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-14 16:50:50 +0200
committerChris McDonough <chrism@plope.com>2013-10-14 16:50:50 +0200
commit48afc25e990eb875c8e605498b13876bffce417d (patch)
tree56eb721fb6a44b4d13c43fe778c72b2d930503e7 /docs/conf.py
parenta10a8f56d0c4efc232e3138e5d97eff06efd52d1 (diff)
downloadpyramid-48afc25e990eb875c8e605498b13876bffce417d.tar.gz
pyramid-48afc25e990eb875c8e605498b13876bffce417d.tar.bz2
pyramid-48afc25e990eb875c8e605498b13876bffce417d.zip
Address #866; don't run the tests when the docs build, this means that 'make html' must be run using a SPHINXBUILD=/path/to/virtualenv/with/pyramid
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 490df48cc..a447c9968 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -150,17 +150,6 @@ if 'sphinx-build' in ' '.join(sys.argv): # protect against dumb importers
sys.path.append(os.path.abspath('_themes'))
- # parent = os.path.dirname(os.path.dirname(__file__))
- # sys.path.append(os.path.abspath(parent))
- # wd = os.getcwd()
- # os.chdir(parent)
- # os.system('%s setup.py test -q' % sys.executable)
- # os.chdir(wd)
-
- # for item in os.listdir(parent):
- # if item.endswith('.egg'):
- # sys.path.append(os.path.join(parent, item))
-
html_theme_path = ['_themes']
html_theme = 'pyramid'
html_theme_options = dict(