With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as
errors is setting warning-is-error in build_sphinx section. Migrate
the setting from the old warnerrors one.
Remove all-files, we do not have man pages.
Note that the build_sphinx section is not used by our toolchain, still
doesn't harm to use proper setup so that it could be used.
Change-Id: I03403b1ed20c4a4bccb1c03311d3999e12a98416
As of https://wiki.openstack.org/wiki/python3 the
OpenStack is targeted for py27 and py34. And also
dropping py26 for OpenStack mitaka. So In this patch
I deleted the py26 classifier from all setup.cfg files
Change-Id: I6971fceea91965fd078167aa14df4ff21bc684f0
Creates and adjusts a separate directory in openstack-manuals for the guide
Change-Id: I6ede3151eaa9531b28ccd4c04002d18a66b8f090
Implements: blueprint docs-contributor-guide