Stephen Finucane 9602f39783 sphinx 4.0: Handle HTML 5 changes
Sphinx 4.0 includes a newer version of docutils, which makes some
changes to the HTML 5 writer. Among these is the change in HTML
generated for the 'ObjectDescription' directive, which is used to
generate definition-list style output for things like oslo.config.
Previously, the title of each entry would be styled like so:

  <dt id="DEFAULT.internal_service_availability_zone">
    <code class="sig-name descname">
      <span class="pre">internal_service_availability_zone</span>
    </code>
  </dt>

Now the improper use of the 'code' element is dropped, in favour of a
'span', like so:

  <dt class="sig sig-object oslo.config" id="DEFAULT.internal_service_availability_zone">
    <span class="sig-name descname">
      <span class="pre">internal_service_availability_zone</span>
    </span>
    ...
  </dt>

Change-Id: I9fb9fbce6299600c3085bea1b8f17ad796bec4f8
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-05-31 16:45:40 +01:00
2020-09-15 14:46:10 +02:00
2020-03-30 12:01:30 +00:00
2020-10-22 09:51:36 +02:00
2020-09-15 14:46:10 +02:00
2019-04-19 19:32:44 +00:00
2020-05-19 11:53:00 +02:00
2020-05-19 21:19:31 +00:00
2020-03-21 09:14:00 +01:00
2017-02-17 10:26:28 +10:00
2020-10-22 09:51:36 +02:00
2020-09-15 14:46:10 +02:00
2021-05-31 16:45:40 +01:00

Team and repository tags

image

Open Infrastructure Projects Sphinx Themes

Theme and extension support for Sphinx documentation that is published by Open Infrastructure Foundation projects.

OpenStack docs.openstack.org Sphinx Theme

Theme support for Sphinx documentation that is published to docs.openstack.org and developer.openstack.org.

Intended for use by OpenStack projects governed by the Technical Committee.

StarlingX docs.starlingx.io Sphinx Theme

Theme support for Sphinx documentation that is published to docs.starlingx.io.

Intended for use by StarlingX projects governed by the Technical Steering Committee.

References

Description
Sphinx theme for RST-sourced documentation published to docs.openstack.org
Readme 9 MiB
Languages
Python 32.2%
HTML 30.3%
CSS 16.9%
Shell 7.2%
Makefile 5.4%
Other 8%