Skip to content

Commit

Permalink
Add optional docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wigging committed Mar 10, 2024
1 parent 2844137 commit a10efb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ formats: all
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
2 changes: 0 additions & 2 deletions docs/requirements.txt

This file was deleted.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ classifiers = [
"Operating System :: OS Independent"
]

[project.optional-dependencies]
docs = ["sphinx", "sphinx-rtd-theme"]

[project.urls]
"Homepage" = "https://github.com/wigging/chemics"
Homepage = "https://github.com/wigging/chemics"
Documentation = "https://chemics.readthedocs.io"

[tool.ruff]
line-length = 100
Expand Down

0 comments on commit a10efb9

Please sign in to comment.