Skip to content

Commit

Permalink
Try a different directory, hoping it can be read
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Feb 11, 2021
1 parent 23f1c31 commit 0cd199d
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 @@ -75,7 +75,7 @@ def run_cmake_doxygen():
"""Run the cmake command to get the doxygen sources"""

# Make sure the directory exists
cmake_dir = os.path.join(os.getcwd(), 'cmake-build')
cmake_dir = os.path.join(os.getcwd(), '_build/cmake-build')
xml_dir = os.path.join(cmake_dir, 'doxygen/xml')
os.makedirs('cmake-build', exist_ok=True)

Expand Down

0 comments on commit 0cd199d

Please sign in to comment.