3cb5c38edb
Ensure the documentation is kept up to date by automatically generating it from the source when the docs are built. This patch: 1.replace oslosphinx with openstackdocstheme since oslosphinx is obsolete 2.add oslo_config.sphinxconfiggen to generate sample conf file 3.add oslo_policy.sphinxpolicygen to generate sample policy file Change-Id: I39f03023f0a85e4c8943925268ab3e9066975630
36 lines
471 B
Plaintext
36 lines
471 B
Plaintext
*.pyc
|
|
*.tox
|
|
*.retry
|
|
.coverage
|
|
.coveragerc
|
|
.coverage.*
|
|
.venv
|
|
.stestr/
|
|
|
|
openstack_cyborg.egg-info
|
|
dist
|
|
build/*
|
|
*.DS_Store
|
|
ChangeLog
|
|
#Autogenerated Documentation
|
|
doc/source/_static/cyborg.conf.sample
|
|
doc/source/_static/cyborg.policy.yaml.sample
|
|
# Sample profile
|
|
etc/cyborg/policy.json.sample
|
|
etc/cyborg/cyborg.conf.sample
|
|
.idea/*
|
|
|
|
# Editors
|
|
*.sublime-workspace
|
|
*.swp
|
|
*.swo
|
|
|
|
doc/source/_static/*.sample
|
|
doc/build/*
|
|
doc/source/api/*
|
|
api-ref/build/*
|
|
|
|
AUTHORS
|
|
Authors
|
|
ChangeLog
|