comparison docs/conf.py @ 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 4a8c122725b0
children 902147c24f9b
comparison
equal deleted inserted replaced
154:b38d10ab914a 155:16faae7ecdb6
14 14
15 from pygments_lexer_pseudocode2.algpseudocode import AlgPseudocodeLexer 15 from pygments_lexer_pseudocode2.algpseudocode import AlgPseudocodeLexer
16 16
17 17
18 needs_sphinx = '2.1' 18 needs_sphinx = '2.1'
19 """2.1: - :py:meth:Sphinx.add_lexer` takes a class as argument
20
21 """
19 22
20 23
21 # -- Project information ----------------------------------------------------- 24 # -- Project information -----------------------------------------------------
22 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information 25 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
23 26