Skip to content

Commit

Permalink
Adding README and requirements to docs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
bjherger committed Dec 3, 2018
1 parent 2e83d16 commit d9c8ab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
sys.path.insert(0, os.path.abspath('../keras_pandas'))
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../setup.py'))
sys.path.insert(0, os.path.abspath('../README.md'))
sys.path.insert(0, os.path.abspath('../requirements.txt'))

import setup

Expand Down

0 comments on commit d9c8ab0

Please sign in to comment.