File: add-openstackdocs_auto_version-option-fd03f20373eede39.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 (13 lines) | stat: -rw-r--r-- 598 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    A new config option, ``openstackdocs_auto_version``, has been added. This
    can be used to disable auto-versioning of documentation for things like
    release notes or API references.
upgrade:
  - |
    The ``openstackdocs_auto_version`` option must be configured to disable
    auto-versioning of documentation. Previously, the extension would check for
    an empty string (``''``) and, if present, use this to indicate that the
    document should be unversioned. However, this only worked if building
    documentation using the ``build_sphinx`` distutils extension.