summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-13 11:11:33 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-13 11:16:21 +0200
commitd9718805c1eaead1b00470d276cc94d12d3c9b57 (patch)
tree324f7cf0035ee2e4a5d83b57ebdca41bfe390cb8 /setup.cfg
parent8b2aaa3f6cdcd1840b2b101dd3d0d9bc2034ad9d (diff)
downloadoslo-middleware-d9718805c1eaead1b00470d276cc94d12d3c9b57.tar.gz
Cleanup py27 support
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove obsolete sections from setup.cfg - Update classifiers - Use newer openstackdocstheme version - Switch to hacking 3.0, fix problems found Change-Id: I539b00204279c7645ef4a3f804f64a1e7af30f05
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/setup.cfg b/setup.cfg
index 0cb17d9..19f812b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -51,15 +51,6 @@ paste.filter_factory =
sizelimit = oslo_middleware:RequestBodySizeLimiter.factory
ssl = oslo_middleware:SSLMiddleware.factory
-[build_sphinx]
-source-dir = doc/source
-build-dir = doc/build
-all_files = 1
-warning-is-error = 1
-
-[upload_sphinx]
-upload-dir = doc/build/html
-
[compile_catalog]
directory = oslo_middleware/locale
domain = oslo_middleware