We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6684fda + 29af68f commit 12f4f6dCopy full SHA for 12f4f6d
2 files changed
.readthedocs.yaml
@@ -32,4 +32,6 @@ sphinx:
32
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33
python:
34
install:
35
- - requirements: docs/requirements.txt
+ - requirements: docs/requirements.txt
36
+ - method: pip
37
+ path: .
docs/requirements.txt
@@ -2,5 +2,4 @@ sphinx>=5.0.0 # Compatible with furo theme
2
nbsphinx
3
sphinx_gallery
4
sphinx_rtd_theme
5
-plotly # Include other dependencies as needed
6
-rampy
+plotly # Include other dependencies as needed
0 commit comments