Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
spenczar committed Oct 16, 2023
1 parent bd7709a commit cd34d7e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,32 @@ ignore = []
exclude = [
"build"
]

[tool.hatch.envs.docs]
dependencies = [
"sphinx",
"sphinx-autodoc-typehints",
"sphinx-copybutton",
"quivr-sphinx-autodoc"
]

[project.optional-dependencies]
docs = [
"sphinx",
"sphinx-autodoc-typehints",
"sphinx-copybutton",
"quivr-sphinx-autodoc"
]

[tool.hatch.envs.docs.scripts]
make-html = [
"make -C docs html"
]

clean = [
"make -C docs clean"
]

open-html = [
"open docs/build/html/index.html"
]

0 comments on commit cd34d7e

Please sign in to comment.