Skip to content

Commit

Permalink
Change path for autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Oct 27, 2020
1 parent de5058f commit 5efb5d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../src'))
sys.path.insert(0, os.path.abspath('../src/pymatching'))
# sys.path.insert(0, os.path.abspath('..'))
sys.path.append(os.path.abspath(".."))


# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 5efb5d1

Please sign in to comment.