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 /.gitignore | |
| 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 '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 0ab6e25852..39ef20970d 100644 --- a/.gitignore +++ b/.gitignore @@ -113,8 +113,6 @@ doc/stdlib/index-list.html doc/tutorial/Tutorial.v.out doc/RecTutorial/RecTutorial.html doc/RecTutorial/RecTutorial.ps -dev/ocamldoc/*.html -dev/ocamldoc/*.css # .mll files @@ -160,13 +158,6 @@ checker/names.mli checker/esubst.ml checker/esubst.mli -# mlis documentation - -dev/ocamldoc/html/ -dev/ocamldoc/coq.* -dev/ocamldoc/ocamldoc.sty -dev/myinclude - # emacs save files *~ \#*\# |
