summaryrefslogtreecommitdiffstats
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-08 16:23:54 +0000
committerGerrit Code Review <review@openstack.org>2019-01-08 16:23:54 +0000
commit51e2a99d5828488aee0ac809c491bf8b1c1321e7 (patch)
tree36fa9a10e7450fc0bb24368c5a85992b8837efde /doc/source/conf.py
parent5bdefb7d13b2d2118c395ad8f7b892e900db6432 (diff)
parentcf152d67c77a1d1b873a952162f981974b447248 (diff)
downloadpython-jenkins-job-builder-51e2a99d5828488aee0ac809c491bf8b1c1321e7.tar.gz
python-jenkins-job-builder-51e2a99d5828488aee0ac809c491bf8b1c1321e7.tar.xz
python-jenkins-job-builder-51e2a99d5828488aee0ac809c491bf8b1c1321e7.zip
Merge "Adds named branches to property strategy support"
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 02094e14..08fe56d9 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -30,7 +30,7 @@ sys.path.insert(0, os.path.abspath('../../jenkins_jobs/modules'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage',
'jenkins_jobs.sphinx.yaml', 'sphinxcontrib.programoutput',
- 'sphinx.ext.extlinks']
+ 'sphinx.ext.extlinks', 'sphinx.ext.doctest']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']