IAP GITLAB

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

Update conf.py

parent 2475f28e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
if read_the_docs_build:
configureDoxyfile("Doxyfile.in", "Doxyfile", "../", "_build/workdir/doxygen")
s = subprocess.check_output(['git', 'rev-parse' , '--abbrev-ref' , 'HEAD'])
print("s = " + s.decode())
print("@@@@@@@@>>>>>>>>>>>> s = " + s.decode())
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