Skip to content

Commit

Permalink
added sphinx-book-theme as optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MeyerBender committed Nov 21, 2024
1 parent 92120c3 commit 896f4d5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
43 changes: 41 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ numpy = "<2.0.0"
Sphinx = { version = "^7.0.0", optional = true }
sphinxcontrib-napoleon = { version = "0.7", optional = true }
nbsphinx = { version = "0.8.9", optional = true }
"sphinx-book-theme" = { version = "^0.0.39", optional = true }
sphinx-multiversion = { version = "^0.2.4", optional = true }
IPython = { version = "^8.0.0", optional = true }

Expand All @@ -34,7 +35,7 @@ bandit = "^1.7.4"
safety = "^2.1.1"

[tool.poetry.extras]
docs = ["IPython", "Sphinx", "sphinx-book-theme", "sphinxcontrib-napoleon", "nbsphinx", "sphinx-multiversion"]
docs = ["Sphinx", "sphinx-book-theme", "sphinxcontrib-napoleon", "nbsphinx", "sphinx-multiversion", "IPython"]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 896f4d5

Please sign in to comment.