Skip to content

Commit 5b03ee1

Browse files
authored
Docs: update build customization docs (#11927)
Ref #11900 (review)
1 parent 836cf22 commit 5b03ee1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user/build-customization.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Build process customization
44
Read the Docs has a :doc:`well-defined build process </builds>` that works for many projects.
55
We also allow customization of builds in two ways:
66

7-
Extend or partially override the build process
7+
Customize our standard build process
88
Keep using the default commands for MkDocs or Sphinx,
99
but extend or override the ones you need.
1010

11-
Completely override the build process
11+
Define a build process from scratch
1212
This option gives you *full control* over your build.
1313
Read the Docs supports any tool that generates HTML.
1414

@@ -17,8 +17,8 @@ Extend or override the build process
1717

1818
In the normal build process, the pre-defined jobs ``checkout``, ``system_dependencies``, and ``upload`` are executed.
1919
If you define a :ref:`config-file/v2:sphinx` or :ref:`config-file/v2:mkdocs` configuration,
20-
the ``create_environment``, ``install``, and ``build`` jobs will use the default commands for the selected tool,
21-
otherwise, they will default to run nothing.
20+
the ``create_environment``, ``install``, and ``build`` jobs will use the default commands for the selected tool.
21+
If no tool configuration is specified, these jobs won't execute anything by default.
2222

2323
The jobs where users can customize our default build process are:
2424

0 commit comments

Comments
 (0)