Skip to content

Commit

Permalink
Merge pull request #53 from mondeja/sphinx-v4
Browse files Browse the repository at this point in the history
Add support for Sphinx v4
  • Loading branch information
ewjoachim authored Dec 24, 2021
2 parents ab28cac + e5341bc commit 8006adf
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 11 deletions.
69 changes: 60 additions & 9 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ documentation = "https://sphinx-github-changelog.readthedocs.io/en/latest/"
docutils = "^0.16"
importlib-metadata = {version = "^3.10.1", python = "<3.8"}
python = "^3.7"
requests = "^2.25.1"
Sphinx = "^3.5.4"
requests = "*"
Sphinx = "*"

[tool.poetry.dev-dependencies]
black = "^20.8b1"
Expand Down

0 comments on commit 8006adf

Please # to comment.