We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7637a commit cab5328Copy full SHA for cab5328
docs/source/conf.py
@@ -36,7 +36,7 @@
36
--contents notebooks/images/marie.png \
37
--contents notebooks/audio/audio.wav \
38
--output-dir $READTHEDOCS_OUTPUT/html/xeus-cpp;'.format(XEUS_CPP_ROOT)
39
- subprocess.call('cd {0}/xeus-cpp/docs/; doxygen', shell=True)
+ subprocess.call('cd {0}/docs/; doxygen', shell=True)
40
subprocess.call(command_emscripten.format(XEUS_CPP_ROOT), shell=True)
41
42
0 commit comments