Skip to content

Commit f35e821

Browse files
committed
docs: Ignore warnings
1 parent ef0b232 commit f35e821

File tree

3 files changed

+1
-40
lines changed

3 files changed

+1
-40
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
- name: Install system-level dependencies
2727
run: sudo apt-get install -y pandoc
2828
- name: Create docs
29-
env:
30-
SPHINXOPTS: ${{ github.ref != 'refs/heads/main' && '-W' || '' }}
3129
run: make -C docs html
3230
- name: Upload built docs as artifact
3331
uses: actions/upload-artifact@v4

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# You can set these variables from the command line, and also
88
# from the environment for the first two.
9-
SPHINXOPTS ?= -W
9+
SPHINXOPTS ?=
1010
SPHINXBUILD ?= sphinx-build
1111
SOURCEDIR = source
1212
BUILDDIR = build

docs/make.bat

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)