We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a56c9 commit da9b646Copy full SHA for da9b646
CHANGELOG
@@ -1,3 +1,13 @@
1
+0.6.4 (2019-09-26)
2
+=====
3
+ - New template tunable `syntax_highlighting=True` that controls whether
4
+ Highlight.js is included even if `show_source_code=False`.
5
+ - Fix `pdoc.Class.mro()` for types extending types with the same name.
6
+ - Support initializing `pdoc.Module` from module string.
7
+ - HTML-escape function parameter defaults so that objects' reprs don't
8
+ break HTML.
9
+ - Other small bug fixes.
10
+
11
0.6.3 (2019-07-03)
12
=====
13
- New support for LaTeX math syntax (using new config tunable `latex_math=True`).
0 commit comments