Skip to content

Commit

Permalink
add missing sphinx-rtd-theme dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvil committed Nov 25, 2023
1 parent dae7430 commit 1df1e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Changes

### Fixes
* Add missing sphinx-rtd-theme documentation dependencies

### Breaks

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ optional = true
[tool.poetry.group.sphinx.dependencies]
sphinx = ">=5"
sphinx-autodoc-typehints = ">=1.17"
sphinx-rtd-theme = "*"

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

0 comments on commit 1df1e83

Please sign in to comment.