Skip to content

Commit 327b82a

Browse files
committed
ci: Include news fragments in test docs build
This way we'll find out if Sphinx has a problem with any of our news fragments at the point where they're committed. Signed-off-by: Matt Wozniski <[email protected]>
1 parent 3bf04b8 commit 327b82a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
python3 -m pre_commit run --all-files --hook-stage pre-push
120120
- name: Build docs
121121
run: |
122+
towncrier build --version 99.99 --name memray --keep
122123
make docs
123124
124125
valgrind:

docs/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
SPHINXAUTOBUILD = sphinx-autobuild
55

66
# You can set these variables from the command line.
7-
SPHINXOPTS = -n
7+
SPHINXOPTS = -n -W --keep-going
88
SPHINXBUILD = sphinx-build
9-
SPHINXPROJ = bloombergdmp
9+
SPHINXPROJ = memray
1010
SOURCEDIR = .
1111
BUILDDIR = _build
1212

0 commit comments

Comments
 (0)