Skip to content

Commit 541d423

Browse files
authored
bug fix incorrect readthedocs directory
1 parent bb26cdb commit 541d423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def configureDoxyfile(input_dir, output_dir):
2222

2323
if read_the_docs_build:
2424
print("Detected we are running in Readthedocs")
25-
input_dir = '../CompressedImage'
25+
input_dir = '../compressed_image'
2626
output_dir = 'build'
2727
configureDoxyfile(input_dir, output_dir)
2828
subprocess.call('doxygen', shell=True)

0 commit comments

Comments
 (0)