Skip to content

Commit

Permalink
Insert path to pyac
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Apr 1, 2018
1 parent d8b1dcf commit 4dbe66d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Expand Up @@ -17,9 +17,9 @@
# 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.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../../'))
import sphinx_bootstrap_theme
from autocrypt import __version__

Expand Down

0 comments on commit 4dbe66d

Please sign in to comment.