Thanks to visit codestin.com Credit goes to github.com
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 532aa4e commit 702a5bcCopy full SHA for 702a5bc
1 file changed
.github/workflows/doc.yml
@@ -50,18 +50,8 @@ jobs:
50
run: make -C Doc/ venv
51
- name: 'Check documentation'
52
run: make -C Doc/ check
53
- - name: 'Upload NEWS'
54
- uses: actions/upload-artifact@v3
55
- with:
56
- name: NEWS
57
- path: Doc/build/NEWS
58
- name: 'Build HTML documentation'
59
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
60
- - name: 'Upload docs'
61
62
63
- name: doc-html
64
- path: Doc/build/html
65
66
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
67
doctest:
0 commit comments