Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/conf.py @ 183:e3523930294a
More comments on the needed Sphinx version
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 12 May 2026 15:15:10 +0200 |
| parents | b0426a788cf5 |
| children | b27557f6d393 |
line wrap: on
line diff
--- 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): #
