Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-remove-sphinxcontrib.googleanalytics.patch | remove sphinxcontrib.googleanalytics Disable Google Analytics extension for building the documentation with Sphinx. |
Carl Suster <carl@contraflo.ws> | no | 2017-01-07 | ||
0002-enable-Sphinx-html_copy_source.patch | enable Sphinx html_copy_source We would like for the HTML source files to be installed, and they are needed for the search page. In theory this could be done by passing an argument `-Dhtml_copy_source=1` in debian/rules, however this causes HAS_SOURCE to be equal to 1 instead of True so dh_sphinxdoc fails with a "doesn't look like a Sphinc search page" error. |
Carl Suster <carl@contraflo.ws> | no | 2017-01-07 | ||
0003-Use-python3-shebang-on-examples.patch | Use python3 shebang on examples | Carl Suster <carl@contraflo.ws> | no | 2017-12-01 | ||
0004-Avoid-writing-bytes-to-stdout.patch | Avoid writing bytes to stdout In Python 3, bytes should be written to the underlying buffer object rather than directly to stdout. This was causing legitimate test failures. |
Carl Suster <carl@contraflo.ws> | yes | 2019-11-12 |