IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c6209b05 authored by Antonio Augusto Alves Junior's avatar Antonio Augusto Alves Junior Committed by Ralf Ulrich
Browse files

Update documentation/conf.py

parent ef03e7ff
No related branches found
No related tags found
No related merge requests found
......@@ -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/']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment