Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | doc: fix build with sphinx 2.x | FX Coudert | 2019-05-13 |
| | | | | | | | | | | app.info() was deprecated on Jan 4, 2017 (sphinx-doc/sphinx#3267), and removed as of Sphinx 2.0.0. This commit removes the usage of app.info(). PR-URL: https://github.com/libuv/libuv/pull/2265 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> | ||
* | doc: add Sphinx plugin for generating links to man pages | Saúl Ibarra Corretgé | 2015-03-02 |
PR-URL: https://github.com/libuv/libuv/pull/236 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> |