Skip to content

Commit

Permalink
Merge pull request #22 from gabrielmougard/feat/doc-add-initvalue-field
Browse files Browse the repository at this point in the history
config-options: Add 'initialvaluedesc' option field needed for "Project features" section
  • Loading branch information
ru-fu authored Sep 18, 2023
2 parents 2974080 + 8c1f4b1 commit bff82c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config-options/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class ConfigOption(ObjectDescription):
"type": "Type",
"default": "Default",
"defaultdesc": "Default",
"initialvaluedesc": "Initial value",
"liveupdate": "Live update",
"condition": "Condition",
"readonly": "Read-only",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = lxd-sphinx-extensions
version = 0.0.12
version = 0.0.13
author = Ruth Fuchss
author_email = ruth.fuchss@canonical.com
description = A collection of Sphinx extensions used in LXD
Expand Down

0 comments on commit bff82c6

Please sign in to comment.