diff docs/conf.py @ 164:a4317957148b

Move all lexers into a subpackage pygments_lexer_pseudocode2.lexers. This is to prepare for a new subpackage with filters.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 08 May 2026 21:19:54 +0200
parents b4028838e0c8
children 6a7dace0141e
line wrap: on
line diff
--- a/docs/conf.py	Fri May 08 19:49:08 2026 +0200
+++ b/docs/conf.py	Fri May 08 21:19:54 2026 +0200
@@ -12,7 +12,7 @@
 
 sys.path.insert(0, os.path.dirname(os.path.abspath('.')))
 
-from pygments_lexer_pseudocode2.algpseudocode import AlgPseudocodeLexer
+from pygments_lexer_pseudocode2.lexers.algpseudocode import AlgPseudocodeLexer
 
 
 needs_sphinx = '2.1'