Skip to content

Commit 9811e12

Browse files
committed
silence warnings
1 parent 4cf9cfd commit 9811e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Sphinx Build
2323
run: |
2424
sphinx-build -b html docs/source docs/build
25-
sphinx-build docs/source -W -b linkcheck -d docs/build/doctrees docs/build/html
25+
sphinx-build docs/source -b linkcheck -d docs/build/doctrees docs/build/html
2626
- name: Deploy to GitHub Pages
2727
uses: peaceiris/actions-gh-pages@v3
2828
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/dev/python_repo' }}

0 commit comments

Comments
 (0)