Skip to content

Commit

Permalink
feat: move sphinx into doc group
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Nov 5, 2022
1 parent 44a4f25 commit 173399b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Faker = "^15.1.1"
unasync-cli = "^0.0.9"
python-semantic-release = "^7.32.2"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
Sphinx="^5.3.0"

[tool.semantic_release]
version_variable = "gotrue/__init__.py:__version__"
version_toml = "pyproject.toml:tool.poetry.version"
Expand Down

0 comments on commit 173399b

Please sign in to comment.