We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ae58f commit 7ab1c08Copy full SHA for 7ab1c08
.readthedocs.yaml
@@ -24,6 +24,9 @@ build:
24
- opam --version
25
- opam init --disable-sandboxing -y
26
- opam install --deps-only -y .
27
+ - dune opam exec -- build --profile release doc-repl/main.js
28
+ - mkdir -p _static
29
+ - cp doc-repl/main.js _static/main.js
30
31
# Build documentation in the "docs/" directory with Sphinx
32
sphinx:
0 commit comments