Skip to content

Commit cab5328

Browse files
authored
Update conf.py
1 parent 1d7637a commit cab5328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
--contents notebooks/images/marie.png \
3737
--contents notebooks/audio/audio.wav \
3838
--output-dir $READTHEDOCS_OUTPUT/html/xeus-cpp;'.format(XEUS_CPP_ROOT)
39-
subprocess.call('cd {0}/xeus-cpp/docs/; doxygen', shell=True)
39+
subprocess.call('cd {0}/docs/; doxygen', shell=True)
4040
subprocess.call(command_emscripten.format(XEUS_CPP_ROOT), shell=True)
4141

4242

0 commit comments

Comments
 (0)