diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f7bf02f3..17c34d3f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,13 +11,13 @@ to testing to deployment scripts. If you would like to contribute to the development, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/HACKING.rst b/HACKING.rst index 9b1f1b8d..7e2883fd 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ openstack-doc-tools style commandments ====================================== - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/hacking/latest/ + https://docs.openstack.org/hacking/latest/ - Step 2: Read on diff --git a/setup.cfg b/setup.cfg index a684e935..e01cd157 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,9 +28,5 @@ scripts = bin/doc-tools-check-languages bin/doc-tools-build-rst -[global] -setup-hooks = - pbr.hooks.setup_hook - -[wheel] +[bdist_wheel] universal = 1