Skip to content

Commit

Permalink
Updated the documentation config file to relect relocation of package
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Flage-Larsen committed Feb 21, 2019
1 parent 8b20dbb commit 11e3de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

import sys
import os
import shlex
import sphinx_bootstrap_theme

# 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('..'))
sys.path.insert(0, os.path.abspath('../src/t4me'))
print(sys.path)

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

Expand Down

0 comments on commit 11e3de1

Please sign in to comment.