Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger 7f2b19452f Cleanup py27 support and docs
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Remove install_command from tox.ini, the default
  is fine
- Switch to sphinx-build
- Enable warnings for doc build, fix all warnings
- Remove git handling from conf.py, openstackdocstheme does this now
- Cleanup tox.ini

Change-Id: I51796be20596afc2305c2d8ea189b4037bd28b2d
2020-04-09 21:25:44 +02:00
Vieri 40db67780d Update min tox version to 2.0
The commands used by constraints need at least tox 2.0.  Update to
reflect reality, which should help with local running of constraints
targets.

Change-Id: Idd54092b2d2b9713d4ffbc2bcbd87a0f222d8a23
2018-10-21 04:00:38 +00:00
zhulingjie 77525a4963 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Id94e8d7db17059228e8957e74922a684043ed469
2018-06-08 17:52:05 -04:00
Jarret Raim 9b290266b6 remove py27 2014-06-04 12:03:47 -05:00
Paul Kehrer fa05129991 switch to sphinx_rtd_theme 2014-06-02 17:43:03 -05:00
Jarret Raim e8717bcd92 First Pass at Doc Build 2014-05-19 20:56:54 -05:00