File: custom-bug-link-ec64bdf9ce357d16.yaml

package info (click to toggle)
python-openstackdocstheme 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,008 kB
  • sloc: javascript: 8,326; python: 544; makefile: 162; sh: 152
file content (18 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
prelude: >
    In preparation for releasing updated API reference
    documentation using this theme, we have a collection
    of new features and fixes.
features:
  - Ensure Javascript and CSS files are pulled in programmatically to
    enable custom Javascript and CSS files.
  - CSS adjustments to ``inline`` markup and contents indentation.
  - Enable custom bug title link.
  - Adds sidebar_mode for table of contents as an option for html_theme_options
    in conf.py.
fixes:
  - Use HTTPS for external dependencies.
  - Replace deprecated library function os.popen()
    with subprocess. (1529836)
  - Update contribute link in footer. (1421814)
  - Hide duplicate titles and empty tocs in generated content.