summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-19 09:54:27 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-19 09:57:27 +0200
commitbb3888e73e8bcbdc2340309a85a5f57a0c5bccf0 (patch)
tree345747b60abb17ce6364be9445a115925dd70e82 /setup.cfg
parentc36616292fa27d5da956d58fcb20470e04fd9946 (diff)
downloadpython-swiftclient-bb3888e73e8bcbdc2340309a85a5f57a0c5bccf0.tar.gz
Update docs building
Update docs building: * Switch to sphinx-build * Update requirements for Sphinx and openstackdocstheme for python 3 * Remove unneeded doc and translation sections from setup.cfg * Remove install_command, it's unneeded, the default is fine. Change-Id: Ib9fe754b700bceb164ba0f596cbcc6d864ccbadc
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 0 insertions, 12 deletions
diff --git a/setup.cfg b/setup.cfg
index bcb4d22..3ce8e63 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,10 +20,6 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
-[global]
-setup-hooks =
- pbr.hooks.setup_hook
-
[files]
packages =
swiftclient
@@ -43,14 +39,6 @@ console_scripts =
keystoneauth1.plugin =
v1password = swiftclient.authv1:PasswordLoader
-[build_sphinx]
-source-dir = doc/source
-build-dir = doc/build
-all_files = 1
-
-[upload_sphinx]
-upload-dir = doc/build/html
-
[bdist_wheel]
universal = 1