Skip to content

Commit

Permalink
Deprecate sphinx < 3.4.0
Browse files Browse the repository at this point in the history
sphinx.pycode.ModuleAnalyzer.parse() was renamed to sphinx.pycode.ModuleAnalyzer.analyze() in sphinx-doc/sphinx@8e29d57
  • Loading branch information
timobrembeck committed Sep 26, 2023
1 parent 9e16379 commit 78a7654
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
=========

Unreleased
----------

* Drop support for sphinx < 3.4.0


Version 2.4 (2023-07-02)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -29,7 +29,7 @@
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["Django>=3.2", "Sphinx>=0.5", "pprintpp"]
dependencies = ["Django>=3.2", "Sphinx>=3.4.0", "pprintpp"]
description = "Improve the Sphinx autodoc for Django classes."
dynamic = ["version"]
keywords = ["django", "docstrings", "extension", "sphinx"]
Expand Down

0 comments on commit 78a7654

Please sign in to comment.