Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharazulay committed Sep 2, 2018
1 parent 5e6cc02 commit e6fd5bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from recommonmark.parser import CommonMarkParser

sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../magellan/docs'))
sys.path.insert(0, os.path.abspath('../../magellan/docs'))

sys.path.append(os.path.dirname(__file__))
sys.path.append(os.path.abspath('_ext'))
Expand All @@ -24,8 +24,6 @@
'sphinx.ext.viewcode',
]

src_paths = [ '../magellan/docs', '../']

templates_path = ['_templates']

source_suffix = '.rst'
Expand Down

0 comments on commit e6fd5bd

Please sign in to comment.