Skip to content

Commit

Permalink
Docs: lock the Sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Dec 22, 2023
1 parent 4d66040 commit ad5b66d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,15 @@ docs : luvbook api-docs
api-docs :
dune build @doc -p luv

SPHINX=7.2.6

.PHONY : luvbook
luvbook :
@if [ "$$(sphinx-build --version)" != "sphinx-build $(SPHINX)" ]; \
then \
echo Please install Sphinx $(SPHINX); \
exit 1; \
fi
sphinx-build -b html docs $(DOCS)

.PHONY : watch-api-docs
Expand Down

0 comments on commit ad5b66d

Please # to comment.