We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cb9b8 commit 84ee28bCopy full SHA for 84ee28b
CHANGELOG
@@ -1,3 +1,18 @@
1
+0.11.0 (2024-06-22)
2
+======
3
+ - Handle import of distutils on Python 3.12
4
+ - Discern properties from regular variables (#277)
5
+ - Prebuild Lunr.js search index if Node is available.
6
+ - Templates: Update CDN resource links
7
+ - Support MathJax inline $dollar-pattern$
8
+ - Fix documenting classes that contain `unittest.mock.Mock` (#352)
9
+ - Strengthen signature detection for pybind-generated modules
10
+ - Bump pandoc integration to v3
11
+ - Support Google Analytics 4
12
+ - Fix deprecation warnings for PEP224 docstrings of class variables (#437)
13
+ - Skip `__editable__` paths during `iter_modules` (#408)
14
+ - Various bug fixes and tweaks
15
+
16
0.10.0 (2021-08-03)
17
======
18
- Python 3.6+ required.
0 commit comments