We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d0c3ba + b802242 commit 2c4f552Copy full SHA for 2c4f552
2 files changed
azure-pipelines.yml
@@ -11,6 +11,10 @@ pr:
11
branches:
12
exclude:
13
- v*-doc
14
+ paths:
15
+ exclude:
16
+ - doc/**/*
17
+ - galleries/**/*
18
19
stages:
20
doc/devel/coding_guide.rst
@@ -369,7 +369,8 @@ will run on all supported platforms and versions of Python.
369
individual commits by including the following substrings in commit messages:
370
371
- ``[ci doc]``: restrict the CI to documentation checks. For when you only
372
- changed documentation.
+ changed documentation (this skip is automatic if the changes are only under
373
+ ``doc/`` or ``galleries/``).
374
- ``[skip circle]``: skip the documentation build check. For when you didn't
375
change documentation.
376
- Unit tests can be turned off for individual platforms with
0 commit comments