Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
ad3ce167
Commit
ad3ce167
authored
Nov 07, 2019
by
Mccaskey, Alex
Browse files
fix to rtd
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
912d1f29
Pipeline
#79086
passed with stage
in 4 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/source/conf.py
View file @
ad3ce167
...
...
@@ -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'
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment