Skip to content

Commit 78a7654

Browse files
committed
Deprecate sphinx < 3.4.0
sphinx.pycode.ModuleAnalyzer.parse() was renamed to sphinx.pycode.ModuleAnalyzer.analyze() in sphinx-doc/sphinx@8e29d57
1 parent 9e16379 commit 78a7654

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Unreleased
5+
----------
6+
7+
* Drop support for sphinx < 3.4.0
8+
9+
410
Version 2.4 (2023-07-02)
511
------------------------
612

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"Topic :: Software Development :: Libraries :: Application Frameworks",
3030
"Topic :: Software Development :: Libraries :: Python Modules",
3131
]
32-
dependencies = ["Django>=3.2", "Sphinx>=0.5", "pprintpp"]
32+
dependencies = ["Django>=3.2", "Sphinx>=3.4.0", "pprintpp"]
3333
description = "Improve the Sphinx autodoc for Django classes."
3434
dynamic = ["version"]
3535
keywords = ["django", "docstrings", "extension", "sphinx"]

0 commit comments

Comments
 (0)