vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 5cce69780e825ccac3f0d9957b1bc8a3d9b5e29a parent 5152348cfbde184a58332cdd75ca96f17aba691f Author: Matěj Cepl <mcepl@cepl.eu> Date: Fri, 13 Jun 2025 18:45:29 +0200 doc: source_suffix should be a map, not a list Diffstat:
| M | doc/conf.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py @@ -52,7 +52,7 @@ templates_path = ['_templates'] # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] -source_suffix = '.rst' +source_suffix = {'.rst': 'restructuredtext'} # The master toctree document. master_doc = 'index'