Skip to content

Commit

Permalink
change path in docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmidt23 committed Sep 12, 2022
1 parent 72e28a1 commit 69b4c8b
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 @@ -199,7 +199,7 @@ def run_apidoc(_):
from sphinx.ext.apidoc import main as apidoc_main
cur_dir = os.path.normpath(os.path.dirname(__file__))
output_path = os.path.join(cur_dir, 'api')
modules = os.path.normpath(os.path.join(cur_dir, "../rail"))
modules = os.path.normpath(os.path.join(cur_dir, "../src/rail"))
paramlist = ['--separate', '--implicit-namespaces', '--no-toc', '-f', '-M', '-o', output_path, modules]
apidoc_main(paramlist)

Expand Down

0 comments on commit 69b4c8b

Please sign in to comment.