Mercurial > p > roundup > code
diff doc/index.txt @ 8315:3f43db05aa11
docs: use bulleted list for deprecation; pydoc for shared dir
pydoc update for embedded/released docs isn't working quite right.
The html file is generated but no docs are extracted into it.
But the error emitted by the presence of pydoc.txt is suppressed.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 May 2025 18:51:57 -0400 |
| parents | e3b34d02c61a |
| children |
line wrap: on
line diff
--- a/doc/index.txt Sun May 11 17:59:32 2025 -0400 +++ b/doc/index.txt Sun May 11 18:51:57 2025 -0400 @@ -13,6 +13,7 @@ .. toctree:: :maxdepth: 2 + :includehidden: features @@ -50,6 +51,11 @@ Richard Jones implementation notes <implementation> security-history +.. toctree:: + :hidden: + + pydoc + See: https://wiki.roundup-tracker.org/ReleaseErrata for fixes to documentation.
