Skip to content

Commit

Permalink
Include other sphinx extensions in extra.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Mar 14, 2021
1 parent 0e78478 commit 4e1106a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
48 changes: 24 additions & 24 deletions poetry.lock

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

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ version = "0.1.0"
[tool.poetry.dependencies]
networkx = "^2.5"
python = "^3.7.0"
sphinx-celery = {version = "^2.0.0", optional = true}
sphinx-autodoc-typehints = { version = "^1.11.1", optional = true }
sphinx-celery = { version = "^2.0.0", optional = true }
sphinx-pyreverse = { version = "^0.0.13", optional = true }
transitions = { version = "^0.8.7", extras = ['diagrams'], optional = true }
transitions-anyio = "^0.2.0"
wrapt = "^1.12.1"
Expand All @@ -34,15 +36,12 @@ pytest-subtests = "^0.3"
pytest-timeout = "^1.4.2"
pytest-xdist = "^2.2.0"
pyupgrade = "^2.7.4"
sphinx-autodoc-typehints = "^1.11.1"
sphinx-celery = "^2.0.0"
sphinx-pyreverse = "^0.0.13"
toml-sort = "^0.18.0"
trio = "^0.17"

[tool.poetry.extras]
diagrams = ["transitions"]
readthedocs = ["sphinx-celery"]
readthedocs = ["sphinx-celery", "sphinx-autodoc-typehints", "sphinx-pyreverse"]

[tool.pytest.ini_options]
filterwarnings = [
Expand Down

0 comments on commit 4e1106a

Please sign in to comment.