diff --git a/documentation/conf.py b/documentation/conf.py index 86fcd0f4bae158eff7fbd55cc69363bfd2fda5b6..7c7f2a7d12257c3cb08141a564d9c42c75d22125 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,11 +16,9 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True' if read_the_docs_build: - configureDoxyfile("Doxyfile.in", "Doxyfile") - # build doxygen documentation - subprocess.call('mkdir -p _build/workdir/doxygen; doxygen Doxyfile', shell=True) - html_extra_path = ['_build/workdir/'] + subprocess.call('mkdir -p _build/workdir/doxygen; doxygen Doxyfile', shell=True) + html_extra_path = ['_build/workdir/']