Skip to content

Commit 021b523

Browse files
timlnxclaude
andcommitted
make docs: auto-install doc-requirements.txt before building
Ensures sphinx_rtd_theme is always present for local doc builds. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a1061bb commit 021b523

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ MANPAGES := bitmath.1
4646

4747
# Documentation. YAY!!!!
4848
docs: conf.py $(MANPAGES) docsite/source/index.rst
49+
pip3 install -q -r doc-requirements.txt
4950
cd docsite; make html; cd -
5051

5152
# Add examples to the RTD docs by taking it from the README

0 commit comments

Comments
 (0)