Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 78a7654

Browse filesBrowse 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
Copy full SHA for 78a7654

File tree

Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed

‎CHANGES.rst

Copy file name to clipboardExpand all lines: CHANGES.rst
+6Lines 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

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.