aboutsummaryrefslogtreecommitdiff
path: root/doc/source/conf.py
AgeCommit message (Collapse)Author
2023-07-05Substitute key bindings correctly in manualAxel Forsman
The Sphinx Emacs Lisp extension assumed all \[command] key sequence substitutions in documentation strings are preceded by a \<mapvar> sequence specifying the keymap, unlike substitute-command-keys which is used when accessing docstrings within Emacs. With this commit the actual substitute-command-keys function is used when building docstringdb.json, instead of the Python reimplementation. The drawback is that docstringdb.json now contains partial Sphinx markup.
2022-04-25Bump version to 1.15.0Tom Dalziel
2020-03-04Bump version to 1.14.01.14.0Eivind Fonn
2019-12-19Add texinfo fileEivind Fonn
2019-12-19Use sphinx for documentationEivind Fonn