Skip to content

Commit 12f4f6d

Browse files
authored
Merge pull request #42 from charlesll/0.6.4
Fix ReadTheDocs latest install
2 parents 6684fda + 29af68f commit 12f4f6d

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)