Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Merge branch 'v0.9.x-20170215-01-readthedocs' into v0.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Feb 15, 2017
2 parents 41c9f06 + b45ccbd commit 6d454ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
# 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(os.path.dirname(os.path.dirname(__file__))))
sys.path.insert(0, os.path.abspath('..'))


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

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Sphinx==1.5.2
numpy>=1.11
pandas>=0.17.1

0 comments on commit 6d454ab

Please sign in to comment.