Skip to content

Commit e79f254

Browse files
Try some more vale fixes (#12260)
- Fix style filename - Matches on "pull request" - Fix suggestions on SSO - Apply some fixes introduced last PR <!-- readthedocs-preview docs start --> --- :books: Documentation previews :books: - User's documentation (`docs`): https://docs--12260.org.readthedocs.build/12260/ <!-- readthedocs-preview docs end --> <!-- readthedocs-preview dev start --> - Developer's documentation (`dev`): https://dev--12260.org.readthedocs.build/12260/ <!-- readthedocs-preview dev end --> --------- Co-authored-by: Eric Holscher <[email protected]>
1 parent bec61f4 commit e79f254

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/user/environment-variables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ There are two noteworthy exceptions for *custom environment variables*:
5252

5353
Build checkout step
5454
Custom environment variables are **not** available during the checkout step of the :doc:`build process </builds>`
55-
Pull Request builds
55+
Pull request builds
5656
Custom environment variables that are not marked as :guilabel:`Public` will not be available in :doc:`pull request builds </pull-requests>`
5757

5858
.. the presence of this section is intended to evolve into a better explanation

docs/user/explanation/configuration-file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Versioning the configuration
1919

2020
Configuration as code
2121
Configuration uses the same workflow as your source code,
22-
including being reviewed and tested in a Pull Request.
22+
including being reviewed and tested in a pull request.
2323

2424
Options that are not found in the configuration file
2525
Not everything is suitable for version-specific configuration,

docs/user/guides/set-up-single-sign-on-saml.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Create a SAML application in Okta
2323

2424
In order to enable SSO with Okta, you need to create a new SAML application in your Okta account.
2525

26+
.. vale RTD.features = NO
27+
2628
1. Log in to your Okta account.
2729
2. Click on :guilabel:`Applications`.
2830
3. Click on :guilabel:`Create App Integration`.
@@ -51,6 +53,8 @@ In order to enable SSO with Okta, you need to create a new SAML application in y
5153
8. Select ``This is an internal app that we have created``.
5254
9. Click :guilabel:`Finish`.
5355

56+
.. vale RTD.features = YES
57+
5458
Enable SAML on your Read the Docs organization
5559
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5660

0 commit comments

Comments
 (0)