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 ef0b232 commit f35e821Copy full SHA for f35e821
.github/workflows/docs.yml
@@ -26,8 +26,6 @@ jobs:
26
- name: Install system-level dependencies
27
run: sudo apt-get install -y pandoc
28
- name: Create docs
29
- env:
30
- SPHINXOPTS: ${{ github.ref != 'refs/heads/main' && '-W' || '' }}
31
run: make -C docs html
32
- name: Upload built docs as artifact
33
uses: actions/upload-artifact@v4
docs/Makefile
@@ -6,7 +6,7 @@
6
7
# You can set these variables from the command line, and also
8
# from the environment for the first two.
9
-SPHINXOPTS ?= -W
+SPHINXOPTS ?=
10
SPHINXBUILD ?= sphinx-build
11
SOURCEDIR = source
12
BUILDDIR = build
docs/make.bat
0 commit comments