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
Jeremy Stanley d2eba37918 Document use of the openstack-discuss mailing list
As the sun sets on our old openstack, openstack-dev,
openstack-operators and openstack-sigs mailing lists, provide a
durable reference to the recommended subject topic tags for the new
openstack-discuss mailing list which has supplanted them. This
initial set of tags was brainstormed at
https://etherpad.openstack.org/p/common-openstack-ml-topics but
subsequent additions or revisions should be made to this document
via code-review.

Change-Id: Iea0dc19775ac75a8979345e58e394094d30facd0
2018-11-30 20:34:28 +00: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
Doug Hellmann 2f192796da turn on warning-is-error
Sphinx warns because the type of the copyright value is not a string,
and with the flag on that prevents the build from proceeding.  I tried
using rst_epilog to add the text about where to contribute patches to
the bottom of each page, but the result makes it seem like it is part
of the text of the page. I think we want to add this as a feature to
the theme, to show up just like we do with the report-a-bug link in
the footer, so this patch removes the info under the assumption that
it will be handled by the theme.

Change-Id: Ia3e15b20a9d8a9e3598592b39dde316611c9323c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-21 14:54:57 -04: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