diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 902669eb22fe..34ea292a2288 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,10 @@ pr: branches: exclude: - v*-doc + paths: + exclude: + - doc/**/* + - galleries/**/* stages: diff --git a/doc/devel/coding_guide.rst b/doc/devel/coding_guide.rst index 6ea7fcc98654..74bb5f89112b 100644 --- a/doc/devel/coding_guide.rst +++ b/doc/devel/coding_guide.rst @@ -369,7 +369,8 @@ will run on all supported platforms and versions of Python. individual commits by including the following substrings in commit messages: - ``[ci doc]``: restrict the CI to documentation checks. For when you only - changed documentation. + changed documentation (this skip is automatic if the changes are only under + ``doc/`` or ``galleries/``). - ``[skip circle]``: skip the documentation build check. For when you didn't change documentation. - Unit tests can be turned off for individual platforms with