Skip to content

Commit

Permalink
docs: added docs group in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Apr 15, 2024
1 parent 97fd0a3 commit 8d3a733
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ ruff = "^0.3.4"
poetry = "^1.8.2"
myst-nb = {version = "^1.1.0", python = "^3.9"}


[tool.poetry.group.docs.dependencies]
myst-nb = "^1.1.0"
sphinx-autoapi = "^3.0.0"
sphinx-rtd-theme = "^2.0.0"

[tool.semantic_release]
version_variable = "pyproject.toml:version"
version_toml = [
Expand Down

0 comments on commit 8d3a733

Please sign in to comment.