comparison pyproject.toml @ 184:5113d7fbae9e

Optimize PDF content. As a side-effect now need docutils >= 0.17.
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 12 May 2026 15:54:07 +0200
parents 6a7dace0141e
children b27557f6d393
comparison
equal deleted inserted replaced
183:e3523930294a 184:5113d7fbae9e
31 # - But Sphinx yields errors on Python 2.7 (also with Pygments 2.0.1) 31 # - But Sphinx yields errors on Python 2.7 (also with Pygments 2.0.1)
32 # 32 #
33 "Pygments>=2.2", 33 "Pygments>=2.2",
34 # Python 3.8+ and also works with Sphinx 34 # Python 3.8+ and also works with Sphinx
35 # "Pygments>=2.15", 35 # "Pygments>=2.15",
36 "docutils>=0.17",
36 ] 37 ]
37 dynamic = [ 38 dynamic = [
38 "readme", 39 "readme",
39 "version", 40 "version",
40 ] 41 ]