Skip to content

Commit

Permalink
added print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cornhundred committed Feb 17, 2017
1 parent ce7330f commit c9ea680
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
Binary file modified docs/_build_html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build_html/.doctrees/index.doctree
Binary file not shown.
1 change: 0 additions & 1 deletion docs/_build_html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ Contents:
building_webpage
clustergrammer_js
clustergrammer_py
clustergrammer_py_api
app_integration
developing_with_clustergrammer
license
Expand Down
2 changes: 1 addition & 1 deletion docs/_build_html/searchindex.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ def _warn_node(self, msg, node, **kwargs):
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
# sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../clustergrammer/__init__.py'))

print('********** checking sys.path')
print(sys.path)

# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ Contents:
building_webpage
clustergrammer_js
clustergrammer_py
clustergrammer_py_api
app_integration
developing_with_clustergrammer
license
Expand Down

0 comments on commit c9ea680

Please sign in to comment.