File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ 0.5.3
2
+ =====
3
+ - Only close standard input if `--close-stdin` is used. This flips
4
+ the previous (hopefully rarely required) default.
5
+ - Fix backslashes in relative `Doc.url()` on Windos.
6
+ - New support for `.. include::` reST directive that includes
7
+ verbatim content from another file.
8
+ - Dev web server (`--http`) fixes:
9
+ - Unify `--http` and non-`--http` behavior by always adding
10
+ cwd to `sys.path`.
11
+ - Fix favicon.ico errors in `--http` mode.
12
+ - HTML template:
13
+ - Make TOC reference lists two- or three-column only if enough room for it.
14
+ - Fix: Hyperlink raw URLs.
15
+ - New optional sorting of variables, functions, classes.
16
+ - New configurable Highlight.js style.
17
+
1
18
0.5.2
2
19
=====
3
20
- Add `__main__.py` so users can invoke `python -m pdoc`.
You can’t perform that action at this time.
0 commit comments