We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0dbcb commit 2c4ffbeCopy full SHA for 2c4ffbe
.github/workflows/doc.yml
@@ -12,6 +12,7 @@ jobs:
12
uses: actions/checkout@v4
13
- name: Set up Python
14
uses: actions/setup-python@v5
15
+ - name: Check documentation
16
run: make check.docs
17
- name: Generate documentation
18
run: |
0 commit comments