Skip to content

Commit

Permalink
path added for autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Oct 27, 2020
1 parent a358e0d commit ae202fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
formats: all
python:
version: 3.6
install:
- requirements: docs/requirements.txt
system_packages: true
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../src'))


# -- Project information -----------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ nbsphinx
numpy
scipy
networkx
cmake

0 comments on commit ae202fc

Please sign in to comment.