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 636fc00 commit d588d87Copy full SHA for d588d87
.howdocgen
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
set -x
3
4
+LATEST=$(find doc -maxdepth 1 -type d -not -name doc -not -name dev -exec basename {} \; | sort -nr | head -n 1)
5
+
6
wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-ocaml.sh
7
export OCAML_VERSION=4.06
8
bash -ex .travis-ocaml.sh
@@ -32,5 +34,7 @@ cat >$f <<EOF
32
34
EOF
33
35
quickdop -f doc _doc -t json -c $f -viu
36
37
+ln -s "$LATEST/manual/intro.html" _doc/index.html
38
39
# TODO Also remove that line.
40
mv tmp _doc
0 commit comments