We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.commands
1 parent a0526ff commit 7a1136fCopy full SHA for 7a1136f
docs/user/config-file/v2.rst
@@ -487,6 +487,11 @@ The ``$READTHEDOCS_OUTPUT/html`` directory will be uploaded and hosted by Read t
487
488
``build.os`` and ``build.tools`` are also required when using ``build.commands``.
489
490
+.. note::
491
+
492
+ All items in the ``build.commands`` array are executed in a clean shell environment, i.e. environment changes do not
493
+ persist and the working directory always start from the git repo.
494
495
:Type: ``list``
496
:Required: ``false``
497
:Default: ``[]``
0 commit comments