You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,11 @@ extensions = [
61
61
There are two configurable parameters for `conf.py` that correspond to
62
62
`rst2db.py` parameters:
63
63
64
-
| Name | Description |
65
-
|------|-------------|
66
-
|*docbook_template_file*| template file that will be used to position the document parts. This should be a valid DocBook .xml file that contains Requires Jinja2 to be installed if specified. |
67
-
|*docbook_default_root_element*| default root element for a file-level document. Default is 'section'. |
64
+
| Name | Description | Default |
65
+
|------|-------------|---------|
66
+
|*docbook_template_file*| Template file that will be used to position the document parts. This should be a valid DocBook .xml file that contains Requires Jinja2 to be installed if specified. | "`section`" |
67
+
|*docbook_default_root_element*| Default root element for a file-level document. Default is 'section'. |`None`|
68
+
|*docbook_use_xml_id_in_titles*| Control to enable the use of `xml:id=...` attribute in `title` XML tags. |`False`|
0 commit comments