We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac2f28 commit b5f5be8Copy full SHA for b5f5be8
.github/workflows/testing_doc.yml
@@ -1,14 +1,10 @@
1
name: Test Sphinx Documentation Build
2
3
on:
4
- push:
5
- branches:
6
- - "master"
7
- paths:
8
- - 'docs/**'
9
pull_request:
10
branches:
11
- "master"
+ - "0.2"
12
paths:
13
- 'docs/**'
14
@@ -29,5 +25,4 @@ jobs:
29
25
- name: Build Sphinx documentation
30
26
run: |
31
27
cd docs
32
- make html
33
-
28
+ make html SPHINXOPTS="-W"
0 commit comments