Skip to content

Commit

Permalink
UPDATE conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Gazdikova committed Jun 16, 2017
1 parent 99fa60c commit c6b298b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions read-the-docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
# 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 sphinx_rtd_theme
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
#import sphinx_rtd_theme

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

Expand Down

0 comments on commit c6b298b

Please sign in to comment.