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 619d2c0 commit eaee3f5Copy full SHA for eaee3f5
.github/workflows/check.yml
@@ -73,6 +73,9 @@ jobs:
73
- name: Add problem matcher
74
uses: sphinx-doc/github-problem-matcher@v1.1
75
76
+ - run: cpython/Doc/venv/bin/blurb help
77
+ - run: cpython/Doc/venv/bin/sphinx-build --version
78
+
79
- name: Build docs
80
id: build
81
run: ./scripts/build.sh ${{ matrix.format }}
0 commit comments