setup.cfg: Remove remanents of 'build_sphinx' usage

We no longer build docs with setuptools (or pbr) but rather by calling
'sphinx-build' directly. However, we have stuff left over from the days
before this switch. Remove them.

Change-Id: I185005c61c3269f9b1e96d28376ae67b7f7a7463
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-06-13 16:35:58 +01:00
parent b023a4fe53
commit 481d765afc
1 changed files with 0 additions and 9 deletions

View File

@ -30,14 +30,5 @@ scripts =
bin/docstheme-build-translated.sh
bin/docstheme-lang-display-name.py
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[wheel]
universal = 1
[pbr]
warnerrors = True