Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 22, 2024
1 parent 6371eb2 commit 8f25dd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,17 +243,17 @@ js-deps:
'zarith_stubs_js>=v0.16.1' \
lwt_ppx -y

doc-deps: dev-switch
deps:
opam install -y . --locked --deps-only

doc-deps: deps
python -m venv sphinx-venv
sphinx-venv/bin/pip install \
sphinx \
sphinx-rtd-theme \
sphinx-markdown-tables \
myst-parser

deps:
opam install -y . --locked --deps-only

test-deps:
opam install -y . --locked --deps-only --with-test

Expand Down

0 comments on commit 8f25dd7

Please sign in to comment.