diff options
| author | coqbot-app[bot] | 2020-09-11 19:56:35 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-11 19:56:35 +0000 |
| commit | 5b62a6908202eef2c40d2f4989d8d21d0f6c3e16 (patch) | |
| tree | 5d743509e0606149b050009758a8a4a5b4a3ac9c /doc/tools/docgram | |
| parent | e1a8da8b83aa3ae96ac05c2bc6606aa0719aa64f (diff) | |
| parent | 795af932ef6606ba8385448244f60c728e9abdbd (diff) | |
Merge PR #13011: Minimal changes to make the refman compatible with Sphinx 3.
Reviewed-by: cpitclaudel
Reviewed-by: jfehrle
Ack-by: Zimmi48
Diffstat (limited to 'doc/tools/docgram')
| -rw-r--r-- | doc/tools/docgram/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/tools/docgram/README.md b/doc/tools/docgram/README.md index 14f87e5885..4d38955fa8 100644 --- a/doc/tools/docgram/README.md +++ b/doc/tools/docgram/README.md @@ -2,7 +2,6 @@ `doc_grammar` extracts Coq's grammar from `.mlg` files, edits it and inserts it into `.rst` files. The tool inserts `prodn` directives for grammar productions. -(`productionlist` are gradually being replaced by `prodn` in the manual.) It also updates `tacn` and `cmd` directives when they can be unambiguously matched to productions of the grammar (in practice, that's probably almost always). `tacv` and `cmdv` directives are not updated because matching them appears to require |
