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 2844137 commit a10efb9Copy full SHA for a10efb9
docs/.readthedocs.yaml
@@ -22,6 +22,7 @@ formats: all
22
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
23
python:
24
install:
25
- - requirements: docs/requirements.txt
26
- method: pip
27
path: .
+ extra_requirements:
28
+ - docs
docs/requirements.txt
pyproject.toml
@@ -16,8 +16,12 @@ classifiers = [
16
"Operating System :: OS Independent"
17
]
18
19
+[project.optional-dependencies]
20
+docs = ["sphinx", "sphinx-rtd-theme"]
21
+
[project.urls]
-"Homepage" = "https://github.com/wigging/chemics"
+Homepage = "https://github.com/wigging/chemics"
+Documentation = "https://chemics.readthedocs.io"
[tool.ruff]
line-length = 100
0 commit comments