Skip to content

Commit 49c12ed

Browse files
committed
Try installing the package
1 parent a019796 commit 49c12ed

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ python:
3131
install:
3232
- method: pip
3333
path: .
34-
- requirements: docs/requirements.txt
34+
extra_requirements:
35+
- docs

docs/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ sphinxcontrib-htmlhelp==2.0.5
88
sphinxcontrib-jsmath==1.0.1
99
sphinxcontrib-qthelp==1.0.7
1010
sphinxcontrib-serializinghtml==1.1.10
11-
myst-nb
11+
myst-nb
12+
13+
# DEPRECATED
14+
# they can now be installed with pip install .[docs]

pyproject.toml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,26 @@ dev = [
5757
"pytest >= 7.3",
5858
"pyinstrument >= 4.5",
5959
"bumpver",
60-
"sphinx",
61-
"myst-parser",
62-
"sphinx-book-theme",
6360
"pre-commit",
6461
"jupyter-core",
6562
"nbconvert",
6663
"jupytext",
6764
"ipykernel",
6865
"ipywidgets",
6966
]
67+
docs = [
68+
"sphinx==7.2.6",
69+
"myst-parser==2.0.0",
70+
"sphinx-book-theme==1.1.0",
71+
"pydata-sphinx-theme==0.15.1",
72+
"sphinxcontrib-applehelp==1.0.8",
73+
"sphinxcontrib-devhelp==1.0.6",
74+
"sphinxcontrib-htmlhelp==2.0.5",
75+
"sphinxcontrib-jsmath==1.0.1",
76+
"sphinxcontrib-qthelp==1.0.7",
77+
"sphinxcontrib-serializinghtml==1.1.10",
78+
"myst-nb",
79+
]
7080
pyabc = ["pyabc ~= 0.12.3", "pathos ~= 0.3.1"]
7181
numpyro = ["jax == 0.4.21", "jaxlib == 0.4.21", "sympy == 1.12", "sympy2jax == 0.0.5", "numpyro == 0.13.2", "diffrax == 0.4.1", "graphviz"]
7282
pymoo = ["pymoo ~= 0.6.0", "pathos ~= 0.3.1"]

0 commit comments

Comments
 (0)