From 481d765afcf87bafde1e33522bfb5a2dc8496ede Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 13 Jun 2019 16:35:58 +0100 Subject: [PATCH] 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 --- setup.cfg | 9 --------- 1 file changed, 9 deletions(-) diff --git a/setup.cfg b/setup.cfg index 65b241a0..fb2445f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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