diff --git a/doc/source/history.rst b/doc/source/history.rst deleted file mode 100644 index 69ed4fe6c..000000000 --- a/doc/source/history.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../../ChangeLog diff --git a/doc/source/index.rst b/doc/source/index.rst index 812512712..f66d6e1d8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -31,14 +31,6 @@ Contents FAQ contributing -Release Notes -============= - -.. toctree:: - :maxdepth: 1 - - history - Indices and tables ================== diff --git a/setup.cfg b/setup.cfg index 31f6d4468..e8e47732a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,9 +81,10 @@ oslo.config.opts = oslo.messaging = oslo_messaging.opts:list_opts [build_sphinx] +warning-is-error = 1 +all-files = 1 source-dir = doc/source build-dir = doc/build -all_files = 1 [upload_sphinx] upload-dir = doc/build/html @@ -101,6 +102,3 @@ input_file = oslo_messaging/locale/oslo_messaging.pot keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = oslo_messaging/locale/oslo_messaging.pot - -[pbr] -warnerrors = true