diff options
| author | Emilio Jesus Gallego Arias | 2018-10-02 21:38:55 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-02 21:38:55 +0200 |
| commit | cb16f994e14073ab5731beeffc05ea114001d8e1 (patch) | |
| tree | e019bbd4ad16afe0f696614562e06d9a5138b52e /dev/ci | |
| parent | 24550259892e9e408b11359fa71b240083e7546f (diff) | |
[doc] [api] Remove `ocamldoc` support in favor of `odoc`
This PR removes support for `ocamldoc` in favor of `odoc`.
Following a recent discussion in OCaml's discord, it turns out that
basically all the ecosystem has migrated to odoc, thus we follow suit
and may focus on `odoc` for Coq's ML API documentation.
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/README.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev/ci/README.md b/dev/ci/README.md index 3a179a9431..24952eb5b7 100644 --- a/dev/ci/README.md +++ b/dev/ci/README.md @@ -167,10 +167,7 @@ Currently available artifacts are: + 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 + Coq's ML API Documentation [master branch] - https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/dev/ocamldoc/html/index.html?job=doc:ml-api:ocamldoc - - The dune job also provides its own API documentation using the newer `odoc` tool: - https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/_build/default/_doc/_html/index.html?job=doc:ml-api:odoc + https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/_build/default/_doc/_html/index.html?job=doc:ml-api:odoc ### GitLab and Windows |
