Skip to content

Commit

Permalink
Correct top-level path
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Feb 11, 2021
1 parent bdf5b0d commit 81a8250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def run_cmake_doxygen():

try:
retcode = subprocess.call(
"cmake -DZTD_TEXT_DOCUMENTATION:BOOL=TRUE -DZTD_TEXT_DOCUMENTATION_NO_SPHINX:BOOL=TRUE ../../..",
"cmake -DZTD_TEXT_DOCUMENTATION:BOOL=TRUE -DZTD_TEXT_DOCUMENTATION_NO_SPHINX:BOOL=TRUE ../../../..",
shell=True,
cwd=cmake_dir)
except OSError as e:
Expand Down

0 comments on commit 81a8250

Please sign in to comment.