mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix building the docs on Read The Docs
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ if read_the_docs_build:
|
||||
if not os.path.exists(output_directory):
|
||||
os.makedirs(output_directory)
|
||||
|
||||
subprocess.call('doxygen', shell=True, cwd='./api')
|
||||
subprocess.call('doxygen', shell=True, cwd='..')
|
||||
|
||||
# -- General configuration ------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user