Skip to content

Commit 8153676

Browse files
committed
Sort configs by priority
1 parent 71c3af2 commit 8153676

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/configuration.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,14 @@ These settings are global and have effect on both, tooltips and modal dialogues.
1616

1717
.. confval:: hoverxref_type
1818

19-
Description: How to display the embedded content. As a Tooltip or as a Modal dialogue
19+
Description: How to display the embedded content. As a Tooltip or as a Modal dialogue.
2020

2121
Default: ``tooltip``
2222

2323
Options: ``tooltip`` or ``modal``
2424

2525
Type: string
2626

27-
.. confval:: hoverxref_project
28-
29-
Description: Read the Docs project slug
30-
31-
Default: It defaults to ``READTHEDOCS_PROJECT`` environment variable
32-
33-
Type: string
34-
35-
.. confval:: hoverxref_version
36-
37-
Description: Read the Docs version slug
38-
39-
Default: It defaults to ``READTHEDOCS_VERSION`` environment variable
40-
41-
Type: string
42-
4327
.. confval:: hoverxref_auto_ref
4428

4529
Description: Make all ``:ref:`` role to show a tooltip
@@ -96,6 +80,22 @@ These settings are global and have effect on both, tooltips and modal dialogues.
9680

9781
Type: string
9882

83+
.. confval:: hoverxref_project
84+
85+
Description: Read the Docs project slug
86+
87+
Default: It defaults to ``READTHEDOCS_PROJECT`` environment variable
88+
89+
Type: string
90+
91+
.. confval:: hoverxref_version
92+
93+
Description: Read the Docs version slug
94+
95+
Default: It defaults to ``READTHEDOCS_VERSION`` environment variable
96+
97+
Type: string
98+
9999

100100
Tooltipster
101101
-----------

0 commit comments

Comments
 (0)