3f27b309f0
- Adds the ability to build docs using tox - Fixes autodoc generation A Sphinx extension is introduced in the commit to facilitate building the API documentation. This extension should be removed when bug 1260495 is fixed. Change-Id: Ibf5e5403cb7d3e67947c87b2828b64a56a11fc30
32 lines
367 B
Plaintext
32 lines
367 B
Plaintext
*.pyc
|
|
*.sw?
|
|
*.egg/
|
|
vendor
|
|
.ksl-venv
|
|
.venv
|
|
.update-venv/
|
|
.tox
|
|
keystone.egg-info/
|
|
*.log
|
|
.coverage
|
|
coverage.xml
|
|
cover/*
|
|
covhtml
|
|
pep8.txt
|
|
nosetests.xml
|
|
doc/build
|
|
.DS_Store
|
|
doc/source/api
|
|
doc/source/modules.rst
|
|
ChangeLog
|
|
AUTHORS
|
|
build/
|
|
dist/
|
|
etc/keystone.conf
|
|
etc/logging.conf
|
|
keystone/tests/tmp/
|
|
.project
|
|
.pydevproject
|
|
keystone/locale/*/LC_MESSAGES/*.mo
|
|
.testrepository/
|