Skip to content

Commit 7cb6b07

Browse files
Apply suggestions from code review
Co-authored-by: Eric Holscher <[email protected]>
1 parent f417651 commit 7cb6b07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user/build-customization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Cancel build based on a condition
110110

111111
When a command exits with code ``183``,
112112
Read the Docs will cancel the build immediately.
113-
We can use this approach to cancel builds we don't want to complete based on a condition.
113+
You can use this approach to cancel builds that you don't want to complete based on some conditional logic.
114114

115115
Here is an example that cancels builds from pull requests when there are no changes to the ``docs/`` folder compared to the ``origin/main`` branch:
116116

docs/user/builds.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following are the pre-defined jobs executed by Read the Docs:
6868
it's possible to run user-defined commands and :doc:`customize the build process <build-customization>`.
6969

7070

71-
Cancelling builds
71+
When to cancel builds
7272
-----------------
7373

7474
There may be situations where you want to cancel a particular running build.
@@ -77,7 +77,7 @@ our environmental footprint.
7777

7878
Consider the following scenarios:
7979

80-
* the build depends on an external situation that's not met yet
80+
* the build has an external dependency that hasn't been updated
8181
* there were no changes on the documentation files
8282
* the user wants it for any particular reason
8383

0 commit comments

Comments
 (0)