Skip to content

Commit

Permalink
Update extras installation method [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Dec 18, 2023
1 parent f6356b8 commit 9a295d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ python:
- method: pip
path: .
extra_requirements:
- mkdocs
- mktheapidocs
- pymdown-extensions
- docs
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,18 @@ dependencies = [
"numba >=0.55; implementation_name == 'cpython'"
]

[project.optional-dependencies]
docs = [
"mkdocs",
"mktheapidocs",
"pymdown-extensions"
]

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


[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit 9a295d2

Please sign in to comment.