We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ced10 commit b6ec0a2Copy full SHA for b6ec0a2
.github/workflows/documentation.yml
@@ -76,6 +76,6 @@ jobs:
76
sudo apt-get install graphviz pandoc
77
- name: Build Docs
78
run: |
79
- sphinx-build ./docs ./docs/_build -n --keep-going -b html -q
+ sphinx-build ./docs ./docs/_build -n --keep-going -W -b html -q
80
81
0 commit comments