diff options
| author | Gaëtan Gilbert | 2018-11-20 16:00:58 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-11-20 16:03:53 +0100 |
| commit | 9227b7616c32cdcadd96d03a8ce7d5c457ba7e4d (patch) | |
| tree | 73aadcc867128e71d44af23a3dfb334088cba03c /dev | |
| parent | 4c25871dc47f40caf9a3a1662cbb8c703a0876ab (diff) | |
gitlab: Install stdlib doc in build:base
Looks like we forgot to adapt this when we split off the sphinx job
and stopped using -with-doc yes.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/README.md b/dev/ci/README.md index 4709247549..7ed90f524c 100644 --- a/dev/ci/README.md +++ b/dev/ci/README.md @@ -179,7 +179,7 @@ Currently available artifacts are: + Coq's Reference Manual [master branch] https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/_install_ci/share/doc/coq/sphinx/html/index.html?job=doc:refman + Coq's Standard Library Documentation [master branch] - https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/_install_ci/share/doc/coq/html/stdlib/index.html?job=doc:refman + https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/_install_ci/share/doc/coq/html/stdlib/index.html?job=build:base + Coq's ML API Documentation [master branch] https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/_build/default/_doc/_html/index.html?job=doc:ml-api:odoc |
