Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukanOO committed Dec 7, 2018
1 parent 9833801 commit b29c0ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
# 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 sys
import os


# -- Project information -----------------------------------------------------
sys.path.append(os.path.abspath('..'))

from pytlas.version import __version__

# -- Project information -----------------------------------------------------

project = 'pytlas'
copyright = '2018, Julien LEICHER'
author = 'Julien LEICHER'
Expand Down

0 comments on commit b29c0ac

Please sign in to comment.