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:
@@ -30,14 +30,5 @@ scripts =
|
|||||||
bin/docstheme-build-translated.sh
|
bin/docstheme-build-translated.sh
|
||||||
bin/docstheme-lang-display-name.py
|
bin/docstheme-lang-display-name.py
|
||||||
|
|
||||||
[build_sphinx]
|
|
||||||
all_files = 1
|
|
||||||
build-dir = doc/build
|
|
||||||
source-dir = doc/source
|
|
||||||
warning-is-error = 1
|
|
||||||
|
|
||||||
[wheel]
|
[wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
||||||
[pbr]
|
|
||||||
warnerrors = True
|
|
||||||
|
Reference in New Issue
Block a user