Skip to content

Commit

Permalink
Fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Feb 13, 2024
1 parent b663ea4 commit e76471a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

if read_the_docs_build:
os.mkdir("../doxygen")
subprocess.call('cd ../../; doxygen doc/doxygen_config.dox', shell=True)
subprocess.call('cd ../.. ; doxygen doc/doxygen_config.dox', shell=True)

# -- Project information -----------------------------------------------------

Expand Down Expand Up @@ -57,7 +57,7 @@

# Breathe Configuration
breathe_default_project = "GWB"
breathe_projects = {"GWB": "./doc/doxygen/xml"}
breathe_projects = {"GWB": "../doxygen/xml"}

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit e76471a

Please sign in to comment.