diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index b1cd2f37..f077d28b 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -1 +1,5 @@ +=================== +Contributor's Guide +=================== + .. include:: ../../../CONTRIBUTING.rst diff --git a/doc/source/readme.rst b/doc/source/readme.rst index 6b2b3ec6..a6210d3d 100644 --- a/doc/source/readme.rst +++ b/doc/source/readme.rst @@ -1 +1 @@ -.. include:: ../README.rst \ No newline at end of file +.. include:: ../../README.rst diff --git a/setup.cfg b/setup.cfg index 679cd060..edb7f9ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,6 +62,7 @@ openstack.container.v1 = source-dir = doc/source build-dir = doc/build all_files = 1 +warning-is-error = 1 [upload_sphinx] upload-dir = doc/build/html