File: autoconfigure-settings-7083fdeeb121da89.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 (17 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
features:
  - |
    The following configuration variables, normally defined in ``conf.py``,
    can now be configured automatically.

    - ``project``
    - ``version``
    - ``release``
    - ``html_last_updated_fmt``
    - ``latex_engine``
    - ``latex_elements``

    It is not necessary to retain any configuration in ``conf.py`` and, in most
    cases, such configuration will be ignored. The sole exceptions to this rule
    are ``version`` and ``release`` which, if set to ``''`` will not be
    overridden. This allows for unversioned documentation.