File tree 2 files changed +5
-0
lines changed 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 172
172
"term" : "tooltip" , # for glossaries
173
173
}
174
174
175
+ # See dev/style_guide.rst for documentation
175
176
rst_epilog = """
176
177
.. |org_brand| replace:: Read the Docs Community
177
178
.. |com_brand| replace:: Read the Docs for Business
179
+ .. |git_providers_and| replace:: GitHub, Bitbucket, and GitLab
180
+ .. |git_providers_or| replace:: GitHub, Bitbucket, or GitLab
178
181
"""
179
182
180
183
# Activate autosectionlabel plugin
Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ The following substitutions are used in our documentation to guarantee consisten
67
67
68
68
* ``|org_brand| `` is used for mentioning of |org_brand |
69
69
* ``|com_brand| `` is used for mentioning of |com_brand |
70
+ * ``|git_providers_and| `` is used to mention currently support Git providers with "and". Example: |git_providers_and |
71
+ * ``|git_providers_or| `` is used to mention currently support Git providers with "or". Example: |git_providers_or |
70
72
71
73
Glossary
72
74
--------
You can’t perform that action at this time.
0 commit comments