Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger a3332ed8aa Small cleanups
tox.ini:
* Remove install_command, the default is fine
* Move python3 to default environment
* Remove duplicated requirements

setup.cf:
* Remove obsolete section, we never built wheels

doc/requirements.txt:
* update to newer openstackdocstheme

doc/source/conf.py
* Remove obsolete setting of html_last_updated_fmt, this is handled by
  the theme

Change-Id: Iad1c31c1359387cb602ba29c9e497a13bd155ad0
2020-04-07 13:18:31 +02:00
Sean McGinnis ef08132d5f
Enable doc8 linting
Keep our docs clean and try to avoid those cases where things are fine
until a sphinx or other dependency gets updated and suddenly starts
breaking.

Change-Id: I92e8ecd480937d55b968880c6c3d18885c3b12bf
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-06-27 14:21:56 -05:00
Doug Hellmann d912658cd4 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: Iafa3523002ac4ff06ce1218386204dac7171a964
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:49:20 -04:00
Nguyen Hai 671b084554 Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
[1] https://governance.openstack.org/tc/reference/project-testing-interface.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html
[3] http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

This patch also organizes index.rst a little bit.

Change-Id: I72584b21f892826f686e5df2c7c8dd596bd6cf8f
2018-08-01 16:46:54 +09:00
James E. Blair 0351ab6fd4 Add initial sphinx project boilerplate
This is based on infra-manual, a sphinx-only project.

Change-Id: I04692cfb45a6fa9fad07052c93bf15a44ada52ce
2015-06-08 17:40:27 -07:00