To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc/source and build results go in project/doc/build. Change-Id: I205e8bb1ddf6dae1d7392b32975319c6a6d98673
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
include README.rst
|
|
include AUTHORS HACKING LICENSE
|
|
include run_tests.sh tox.ini
|
|
recursive-include doc *
|
|
recursive-include tests *
|
|
recursive-include tools *
|