From 607ea59fd35c8c039c44b4a7022bf0347985507f Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 18 Oct 2015 15:04:46 +0000 Subject: [PATCH] Add extensions for subpkgs docs --- acme/docs/conf.py | 1 + letsencrypt-compatibility-test/docs/conf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/acme/docs/conf.py b/acme/docs/conf.py index 21a412ec0..7b243771f 100644 --- a/acme/docs/conf.py +++ b/acme/docs/conf.py @@ -35,6 +35,7 @@ extensions = [ 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', + 'sphinxcontrib.programoutput', ] # Add any paths that contain templates here, relative to this directory. diff --git a/letsencrypt-compatibility-test/docs/conf.py b/letsencrypt-compatibility-test/docs/conf.py index 3cd77fe0e..a118bedf1 100644 --- a/letsencrypt-compatibility-test/docs/conf.py +++ b/letsencrypt-compatibility-test/docs/conf.py @@ -35,6 +35,7 @@ extensions = [ 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', + 'repoze.sphinx.autointerface', ] # Add any paths that contain templates here, relative to this directory.