Skip to content

Commit

Permalink
Docs conf.py modification to get autodoc working
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalLesage committed Jun 21, 2019
1 parent 453c5e3 commit 42df571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Expand Up @@ -12,7 +12,8 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../../presamples'))
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath(r'../../presamples'))


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

0 comments on commit 42df571

Please sign in to comment.