diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/conf.py b/docs/conf.py index ec62faa99..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( |
