We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77a34d commit ba18ff6Copy full SHA for ba18ff6
.readthedocs.yaml
@@ -14,7 +14,7 @@ build:
14
post_install:
15
- pip install poetry
16
- poetry config virtualenvs.create false
17
- - poetry install
+ - poetry install --with docs
18
19
# Build documentation in the "docs/" directory with Sphinx
20
sphinx:
pyproject.toml
@@ -39,6 +39,8 @@ xraylib = "^4.1.5"
39
mock = "^5.0.1"
40
pytest = "^7.3.1"
41
pytest-cov = "^4.1.0"
42
+
43
+[tool.poetry.group.docs.dependencies]
44
sphinx = "^7.2.5"
45
myst-parser = "^2.0.0"
46
nbsphinx = "^0.9.3"
0 commit comments