Browse Source
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove obsolete sections from setup.cfg - Update requirements, no need for python_version anymore - Use newer openstackdocstheme and Sphinx versions - Remove install_command from tox.ini, the default is fine Change-Id: I43c3b5653289753da4fb1d2b6db5b03336b42d67changes/94/721094/2
3 changed files with 3 additions and 15 deletions
@ -1,4 +1,4 @@
|
||||
pbr>=2.0.0,!=2.1.0 # Apache-2.0 |
||||
openstackdocstheme>=1.20.0 # Apache-2.0 |
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD |
||||
openstackdocstheme>=2.0.0 # Apache-2.0 |
||||
sphinx>=2.0.0,!=2.1.0 # BSD |
||||
yasfb>=0.5.1 |
||||
|
Loading…
Reference in new issue