forked from Qiskit/rustworkx
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade jupyter-sphinx to fix readthedocs build (Qiskit#110)
Since the introduction of the to_dot() methods in Qiskit#103 and the use of jupyter-sphinx in the docs, the read the docs builds have been failing. It looks like this is due to: jupyter/jupyter-sphinx#126 This commit fixes this issue by pinning the jupyter sphinx version to a version that is known working on read the docs.
Showing
3 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,6 @@ dependencies: | |
- pip | ||
- pip: | ||
- m2r2 | ||
- jupyter-sphinx | ||
- jupyter-sphinx==0.2.3 | ||
- pydot | ||
- pillow |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
m2r2 | ||
sphinx | ||
sphinx_rtd_theme | ||
jupyter-sphinx | ||
jupyter-sphinx==0.2.3 | ||
pydot | ||
pillow>=4.2.1 |