Package: sphinxcontrib-programoutput / 0.8-5

Metadata

Package Version Patches format
sphinxcontrib-programoutput 0.8-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable intersphinx.patch | (download)

doc/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable intersphinx
 Avoids network access when building.
fix basic sphinx theme instead of default.patch | (download)

tests/conftest.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix basic sphinx theme instead of default
 The default theme is gone from sphinx 1.3, only the basic one is available on
 both old and new sphinx.
suppress warnings for app.add_directive.patch | (download)

tests/conftest.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs with latest sphinx: add suppress_warnings
 With latest sphinx 1.4.x, we get the error:
  SphinxWarning: WARNING: while setting up extension sphinxcontrib.programoutput: directive u'program-output' is already registered, it will be overridden
 .
 Though Sphinx 1.4.x comes with a new directive:
  suppress_warnings
 .
 When adding it to the tests/conftest.py, then the warning goes away, and all
 unit tests are passing again.