Skip to content

Commit

Permalink
added path to files in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Feb 11, 2020
1 parent c8ec8ef commit b072dca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
from __future__ import unicode_literals

import os
import sys
sys.path.insert(0, os.path.abspath('../src/temperature_converter'))

extensions = [
'sphinx.ext.autodoc',
Expand Down

0 comments on commit b072dca

Please sign in to comment.