Skip to content

Commit

Permalink
RTD again
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Mar 27, 2018
1 parent 7af0b24 commit f0b4094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def run_apidoc(_):

cur_dir = os.path.abspath(os.path.dirname(__file__))
output_path = os.path.join(cur_dir, '_apidoc')
modules = os.path.join(cur_dir, r"..\isogeo_pysdk")
modules = os.path.join(cur_dir, os.path.normpath(r"../isogeo_pysdk"))
exclusions = [
'../isogeo_pysdk/samples',
]
Expand Down

0 comments on commit f0b4094

Please sign in to comment.