Skip to content
Snippets Groups Projects
Commit ad3ce167 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

fix to rtd


Signed-off-by: Mccaskey, Alex's avatarAlex McCaskey <mccaskeyaj@ornl.gov>
parent 912d1f29
No related branches found
No related tags found
No related merge requests found
Pipeline #79086 passed with stage
in 4 minutes and 3 seconds
......@@ -24,8 +24,8 @@ import subprocess
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if on_rtd:
subprocess.call('cd ../doxygen; doxygen Doxyfile.cmake', shell=True)
#if on_rtd:
# subprocess.call('cd ../doxygen; doxygen Doxyfile.cmake', shell=True)
# -- General configuration ------------------------------------------------
......@@ -40,7 +40,7 @@ if on_rtd:
extensions = ['sphinx.ext.mathjax',
'sphinx.ext.githubpages', 'breathe']
breathe_projects = {'XACC': '../doxygen/xml'}
# breathe_projects = {'XACC': '../doxygen/xml'}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
......
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