# HG changeset patch # User Franz Glasner # Date 1778591710 -7200 # Node ID e3523930294a9d64402ab3ef1116de6b81c70f18 # Parent b0426a788cf5b67abc13d3687163857ecfada592 More comments on the needed Sphinx version diff -r b0426a788cf5 -r e3523930294a docs/conf.py --- a/docs/conf.py Tue May 12 15:12:42 2026 +0200 +++ b/docs/conf.py Tue May 12 15:15:10 2026 +0200 @@ -17,7 +17,11 @@ needs_sphinx = '2.1' -"""2.1: - :py:meth:Sphinx.add_lexer` takes a class as argument +"""This is the theory: + +- 2.1: - :py:meth:Sphinx.add_lexer` takes a class as argument + +Currently really built and tested with Sphinx 7.1.2. """ @@ -146,7 +150,7 @@ ] latex_additional_files = [ "_latex/my-doc-fonts.sty" -] +] def setup(app): #