diff --git a/README.rst b/README.rst index 395b921..cbc8976 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,12 @@ +======================== +Team and repository tags +======================== + +.. image:: http://governance.openstack.org/badges/watcher-specs.svg + :target: http://governance.openstack.org/reference/tags/index.html + +.. Change things from this point on + ======= README ======= diff --git a/doc/source/conf.py b/doc/source/conf.py index b41b3db..bd82021 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -278,3 +278,4 @@ epub_copyright = u'2015, Watcher Team' # Allow duplicate toc entries. #epub_tocdup = True +suppress_warnings = ['image.nonlocal_uri'] diff --git a/setup.cfg b/setup.cfg index 62343f4..7266910 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,13 +12,12 @@ classifier = Operating System :: POSIX :: Linux [build_sphinx] -fresh_env = 1 all_files = 1 build-dir = doc/build source-dir = doc/source [pbr] -warnerrors = True +warnerrors = False [wheel] universal = 1