Skip to content

Commit e6b629f

Browse files
committed
Strict RTD build
1 parent 0aaf48f commit e6b629f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ build:
1111
then
1212
towncrier build --version Unreleased --yes;
1313
fi
14-
14+
build:
15+
html:
16+
- mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html
1517
mkdocs:
1618
configuration: mkdocs.yml
1719

@@ -21,3 +23,4 @@ python:
2123
path: .
2224
extra_requirements:
2325
- docs
26+
- remote

0 commit comments

Comments
 (0)