Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 7a098ca42c Update infra-specs URL
The site moved, update only link from this repo to infra-specs.

Fix building: Use python3 for docs environment since newer sphinx
requires python3.

Change-Id: I0db0a753e17d671ee64ea7a87e065c958dd94850
2019-05-30 21:19:53 +02:00
Monty Taylor 0525e713a2
Fix yaml snippet for sphinx for python3
Something about this yaml snippet was causing:

  Could not lex literal_block as "yaml". Highlighting skipped.

but only when run under python3. I'm guessing something related to
utf-8, although it's not immediately apparent for me locally. I
basically re-typed the name 'tooz-tox-py35-etcd3' and it started
working. Go figure.

Change-Id: Idded1004ffaebe51010fa52dad696f19f721d526
2018-01-08 08:59:20 -06:00
Monty Taylor 1c3736e937
Update tox env to match zuul PTI
Zuul runs sphinx-build, not python setup.py build_sphinx. Update the
helper env.

Also, for some reason sphinx can't parse a yaml snippet when using
python2, so be explicit about python2.

Change-Id: I5649d2bfca4972caecb32aaedaa9814a425e9bb1
2018-01-03 13:59:13 -06:00
Christian Berendt 86cc80c3bd Remove call of 'python setup.py testr' in tox.ini
Because we do not have a .testr.conf configuration file the call of
python setup.py testr will fail.

Change-Id: I1885c11ae2aa0b98f2ec925580b3a8f26c62b390
2014-10-07 11:58:34 +02:00
James E. Blair 4889eee82f Initial commit
Change-Id: I27db4e65ae3b3d540a0f79831245ebc04fe8dac0
2014-05-26 20:25:48 -04:00