Skip to content

Commit 29af68f

Browse files
committed
Fix ReadTheDocs latest install
1 parent 1c7336f commit 29af68f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ sphinx:
3232
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
3333
python:
3434
install:
35-
- requirements: docs/requirements.txt
35+
- requirements: docs/requirements.txt
36+
- method: pip
37+
path: .

docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ sphinx>=5.0.0 # Compatible with furo theme
22
nbsphinx
33
sphinx_gallery
44
sphinx_rtd_theme
5-
plotly # Include other dependencies as needed
6-
rampy
5+
plotly # Include other dependencies as needed

0 commit comments

Comments
 (0)