Merge "Add theme fix for browsable source code"

This commit is contained in:
Jenkins 2015-10-27 10:44:36 +00:00 committed by Gerrit Code Review
commit 6f2f217747
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,5 @@
ansible-lint
oslosphinx>=2.5.0
sphinx
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0

View File

@ -31,6 +31,9 @@ extensions = [
'oslosphinx'
]
# The link to the browsable source code (for the left hand menu)
oslosphinx_cgit_link = 'http://git.openstack.org/cgit/openstack/openstack-ansible-security'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View File

@ -28,6 +28,7 @@ commands =
-e '!/bin/python' \
-e '!/usr/bin/python' \
--exclude-dir '.*' \
--exclude-dir 'doc' \
--exclude-dir '*.egg' \
--exclude-dir '*.egg-info' \
--exclude 'tox.ini' \