We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb26cdb commit 541d423Copy full SHA for 541d423
docs/conf.py
@@ -22,7 +22,7 @@ def configureDoxyfile(input_dir, output_dir):
22
23
if read_the_docs_build:
24
print("Detected we are running in Readthedocs")
25
- input_dir = '../CompressedImage'
+ input_dir = '../compressed_image'
26
output_dir = 'build'
27
configureDoxyfile(input_dir, output_dir)
28
subprocess.call('doxygen', shell=True)
0 commit comments