diff --git a/doc/source/index.rst b/doc/source/index.rst index 75e69ca..266988a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,18 +5,9 @@ A library for managing setuptools packaging needs in a consistent manner. PBR is not a library about beer. -Contents --------- - -.. toctree:: - :maxdepth: 1 - - api/autoindex - Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` - diff --git a/setup.cfg b/setup.cfg index 3df1ed3..80dcea4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,5 +24,5 @@ packages = setup-hooks = pbr.hooks.setup_hook -[build_sphinx] +[pbr] warnerrors = True