Skip to content

Commit f02bc09

Browse files
authored
Docs: minor changes to examples for consistency (#10225)
Consistency among all the examples in the variables.
1 parent cd86502 commit f02bc09

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/user/reference/environment-variables.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ All :doc:`build processes </builds>` have the following environment variables au
1818
The locale name, or the identifier for the locale, for the project being built.
1919
This value comes from the project's configured language.
2020

21-
:Examples: ``en``, ``it``, ``de_AT``, ``es``, ``pt_BR``
21+
:Example: ``en``
22+
:Example: ``it``
23+
:Example: ``de_AT``
24+
:Example: ``es``
25+
:Example: ``pt_BR``
2226

2327
.. envvar:: READTHEDOCS_VERSION
2428

@@ -35,7 +39,10 @@ All :doc:`build processes </builds>` have the following environment variables au
3539

3640
The type of the version being built.
3741

38-
:Values: ``branch``, ``tag``, ``external`` (for :doc:`pull request builds </pull-requests>`), or ``unknown``
42+
:Example: ``branch``
43+
:Example: ``tag``
44+
:Example: ``external`` (for :doc:`pull request builds </pull-requests>`)
45+
:Example: ``unknown``
3946

4047
.. envvar:: READTHEDOCS_VIRTUALENV_PATH
4148

0 commit comments

Comments
 (0)