Skip to content

Commit

Permalink
[BUGFIX] Resolve rendering warnings (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored and garvinhicking committed Jun 11, 2024
1 parent fffbe15 commit 4d3fcb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/WritingReST/Reference/Code/Confval.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ If you put the directive somewhere on the page it will list all confvals that
can be found on that page:

.. confval-menu::
:name: confval-group-1
:display: table
:type:
:default:
Expand All @@ -139,6 +140,7 @@ can be found on that page:
.. code-block:: rst
.. confval-menu::
:name: confval-group-1
:display: table
:type:
:default:
Expand All @@ -150,6 +152,7 @@ its child confvals. This is useful if you have several groups of confvals on
the same page and want to list them in separate menus:

.. confval-menu::
:name: confval-group-2
:display: table
:type:

Expand All @@ -167,6 +170,7 @@ the same page and want to list them in separate menus:
.. code-block:: rst
.. confval-menu::
:name: confval-group-2
:display: table
:type:
Expand All @@ -189,7 +193,7 @@ The confval-menu directive has the following options:
`:display:`
`table`, `list`, `tree`: Different display forms, just try them out
`:name:`
Reserved by reStructuredText
A unique identifier for the confval menu for the "to top" button
`:class:`
Reserved by reStructuredText
`:exclude-noindex:`
Expand Down

0 comments on commit 4d3fcb8

Please sign in to comment.