IAP GITLAB

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

documentation building

parent ead07eae
No related branches found
No related tags found
1 merge request!374New documentation buiding
......@@ -17,7 +17,7 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
if read_the_docs_build:
configureDoxyfile(Doxyfile.in, Doxyfile)
configureDoxyfile("Doxyfile.in", "Doxyfile")
# build doxygen documentation
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