changeset 155:16faae7ecdb6

Document why Sphinx>=2.1 is needed
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 08 May 2026 16:33:11 +0200
parents b38d10ab914a
children 123aeb2de8aa
files docs/conf.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/conf.py	Fri May 08 14:20:10 2026 +0200
+++ b/docs/conf.py	Fri May 08 16:33:11 2026 +0200
@@ -16,6 +16,9 @@
 
 
 needs_sphinx = '2.1'
+"""2.1: - :py:meth:Sphinx.add_lexer` takes a class as argument
+
+"""
 
 
 # -- Project information -----------------------------------------------------