-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ | |
"sphinx.ext.mathjax", | ||
"sphinx.ext.viewcode", | ||
"sphinx.ext.extlinks", | ||
"matplotlib.sphinxext.plot_directive", | ||
# "sphinx.ext.autosectionlabel", | ||
"jupyter_sphinx", | ||
"sphinx_autodoc_typehints", | ||
|
@@ -78,6 +79,9 @@ | |
"**/README.rst", | ||
] | ||
|
||
# matplotlib.sphinxext.plot_directive options | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
garrison
Author
Member
|
||
plot_html_show_formats = False | ||
|
||
# Redirects for pages that have moved | ||
redirects = { | ||
"circuit_cutting/tutorials/gate_cutting_to_reduce_circuit_width.html": "01_gate_cutting_to_reduce_circuit_width.html", | ||
|
This is for rendering the docstring circuit in Sphinx?