Skip to content

Commit

Permalink
[no ci] typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 19, 2021
1 parent 95c13fe commit f8e053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
READTHEDOCS = os.environ.get('READTHEDOCS', None) == 'True'

if READTHEDOCS:
subprocess.call("cd ../../doxygen; doxygen", shell=True)
subprocess.call("cd ../..; doxygen", shell=True)

# -- Options for HTML output -------------------------------------------------

Expand Down

0 comments on commit f8e053c

Please sign in to comment.