summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-14 16:35:45 +0200
committerChris McDonough <chrism@plope.com>2013-10-14 16:37:37 +0200
commita10a8f56d0c4efc232e3138e5d97eff06efd52d1 (patch)
tree9ee3bcd5232ef3f0a9c0ab7271dc76df56875dcc
parentb474e206c38f417439f994f83637420eb196617e (diff)
downloadpyramid-a10a8f56d0c4efc232e3138e5d97eff06efd52d1.tar.gz
pyramid-a10a8f56d0c4efc232e3138e5d97eff06efd52d1.tar.bz2
pyramid-a10a8f56d0c4efc232e3138e5d97eff06efd52d1.zip
temporarily dont run tests to see impact on readthedocs
-rw-r--r--docs/conf.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ec62faa99..490df48cc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -150,16 +150,16 @@ 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))
+ # 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'