From 492f607b85e8ef4b3b8f139e384a7db8e6c0db8c Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Thu, 24 Sep 2015 11:59:44 -0700 Subject: [PATCH] debugging a read the docs issue --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index ff372e5..bc4f7a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -117,6 +117,8 @@ intersphinx_mapping = {'python': ('https://docs.python.org/2.7', None)} # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. +from pprint import pprint +pprint(os.environ) # tmp on_rtd = os.environ.get('READTHEDOCS', None) == 'True' if not on_rtd: # only import and set the theme if we're building docs locally import sphinx_rtd_theme