File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ Options
1717You can pass 2 positional options to this substitution:
1818
1919- Env variable name (case sensitive)
20- - Default value if env variable is not set (optional)
20+ - Default value (optional)
2121
22- - no default value meaus that variable will be replaced with literal ``"UNKNOWN" ``
22+ Used if environment variable is not set.
23+
24+ - no value or empty string means that variable will be replaced with string value ``UNKNOWN ``
2325 - ``some value `` - any plain text
2426 - ``{ccount} `` - any other substitution is supported
25- - ``{env:MISSINGVAR:{ccount}} `` - nested too
26- - ``IGNORE `` - same as empty string
27+ - ``{env:MISSINGVAR:{ccount}} `` - nested substitutions are allowed too
28+ - ``IGNORE `` - return empty string
Original file line number Diff line number Diff line change 1+ changelog
12furo
2- git+https://github.com/dolfinus/changelog.git@custom_section_classes
33numpydoc
44sphinx
55sphinx-autodoc-typehints
You can’t perform that action at this time.
0 commit comments