Skip to content
Snippets Groups Projects
Commit 56c6958b authored by Christopher Haine's avatar Christopher Haine
Browse files

RTD to build doxygen xml before using Sphinx

parent ab48d2ce
No related branches found
No related tags found
No related merge requests found
Pipeline #77952 passed
......@@ -21,7 +21,7 @@ import subprocess, os
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
if read_the_docs_build:
print('Running on read the docs')
subprocess.call('cd ../doxygen; make', shell=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment