Delete doc/build/html/.root-marker

This file is not needed to be stored in git at all, remove it.

It will be added during publishing process by CI scripts and is only
needed for publishing to docs.openstack.org.

Add doc/build to gitignore file so that no new content will be checked
in.

Add api/autoindex.rst to toctree to fix build.

Add usual build_sphinx stanza to setup.cfg so that building and
publishing in OpenStack CI works. These parameter are crucial.

Change-Id: I5d436851b9d58a1c86fc771c5f38e449cdebc6e2
This commit is contained in:
Andreas Jaeger 2017-03-22 11:38:19 +01:00
parent 8aef98d2d2
commit 9f9082d6bf
4 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ AUTHORS
ChangeLog
monasca_transform.egg-info
tools/vagrant/.vagrant
doc/build/*

View File

View File

@ -17,3 +17,8 @@
=================
Monasca-transform
=================
.. toctree::
api/autoindex.rst

View File

@ -45,3 +45,8 @@ autodoc_index_modules = True
tag_build =
tag_date = 0
tag_svn_revision = 0
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source