# HG changeset patch # User Franz Glasner # Date 1778594047 -7200 # Node ID 5113d7fbae9ec63b7e7f7ac4e81376495a444e7b # Parent e3523930294a9d64402ab3ef1116de6b81c70f18 Optimize PDF content. As a side-effect now need docutils >= 0.17. diff -r e3523930294a -r 5113d7fbae9e README.rst --- a/README.rst Tue May 12 15:15:10 2026 +0200 +++ b/README.rst Tue May 12 15:54:07 2026 +0200 @@ -9,6 +9,7 @@ :Revision: |VCSRevision| :License: MIT License + This package contains `Pygments`_ lexers for some basic pseudocode. Initially a fork of `pygments-lexer-pseudocode` it has been considerably @@ -22,6 +23,8 @@ .. include:: filterlist.rst +.. content-pdf + Installation ============ diff -r e3523930294a -r 5113d7fbae9e docs/_latex/intro-latex.rst --- a/docs/_latex/intro-latex.rst Tue May 12 15:15:10 2026 +0200 +++ b/docs/_latex/intro-latex.rst Tue May 12 15:54:07 2026 +0200 @@ -4,5 +4,29 @@ Introduction ************** +Metadata +======== + .. include:: ../../README.rst :start-line: 5 + :end-before: This package + + +Content +======= + +This package contains `Pygments`_ lexers for some basic pseudocode. + +Initially a fork of `pygments-lexer-pseudocode` it has been considerably +changed and expanded. + +It now contains the following lexers: + +.. include:: ../lexerlist.rst + +It additionally contains the following filters: + +.. include:: ../filterlist.rst + +.. include:: ../../README.rst + :start-after: .. content-pdf diff -r e3523930294a -r 5113d7fbae9e pyproject.toml --- a/pyproject.toml Tue May 12 15:15:10 2026 +0200 +++ b/pyproject.toml Tue May 12 15:54:07 2026 +0200 @@ -33,6 +33,7 @@ "Pygments>=2.2", # Python 3.8+ and also works with Sphinx # "Pygments>=2.15", + "docutils>=0.17", ] dynamic = [ "readme", diff -r e3523930294a -r 5113d7fbae9e requirements-docs.txt --- a/requirements-docs.txt Tue May 12 15:15:10 2026 +0200 +++ b/requirements-docs.txt Tue May 12 15:54:07 2026 +0200 @@ -1,2 +1,3 @@ -r requirements.txt Sphinx>=2.1 +docutils>=0.17