Skip to content

Commit 2bc794e

Browse files
committed
Add git providers substitution pattern (correcting PGP sig)
1 parent 8733c34 commit 2bc794e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,12 @@
172172
"term": "tooltip", # for glossaries
173173
}
174174

175+
# See dev/style_guide.rst for documentation
175176
rst_epilog = """
176177
.. |org_brand| replace:: Read the Docs Community
177178
.. |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
178181
"""
179182

180183
# Activate autosectionlabel plugin

docs/dev/style-guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ The following substitutions are used in our documentation to guarantee consisten
6767

6868
* ``|org_brand|`` is used for mentioning of |org_brand|
6969
* ``|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|
7072

7173
Glossary
7274
--------

0 commit comments

Comments
 (0)