Skip to content

Commit 97c6c11

Browse files
authored
Fix ReadTheDocs (#74)
* Update requirements.txt * Use existing `requirements.txt` for the docs * remove docs extra for now
1 parent 25e831c commit 97c6c11

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ sphinx:
1515

1616
python:
1717
install:
18-
- method: pip
19-
path: .
20-
extra_requirements:
21-
- docs
18+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
sphinx
1+
jupyterlab>=4.0.0
22
myst-parser
3-
pydata_sphinx_theme
3+
pydata-sphinx-theme
4+
sphinx
5+
sphinx-copybutton

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ classifiers = [
2727
]
2828
dynamic = ["version", "description", "authors", "urls", "keywords"]
2929

30-
[project.optional-dependencies]
31-
docs = [
32-
"jupyterlab>=4.0.0",
33-
"myst-parser",
34-
"pydata-sphinx-theme",
35-
"sphinx",
36-
"sphinx-copybutton"
37-
]
38-
3930
[tool.hatch.version]
4031
source = "nodejs"
4132
path = "package.json"

0 commit comments

Comments
 (0)