Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/conf.py @ 261:881ae18c07f8
FIX: More room before the chapter number.
By default it is too tight.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 17 May 2026 18:54:00 +0200 |
| parents | 5d3f7d80766f |
| children | 2e78e255b54e |
line wrap: on
line diff
--- a/docs/conf.py Sun May 17 18:27:18 2026 +0200 +++ b/docs/conf.py Sun May 17 18:54:00 2026 +0200 @@ -145,7 +145,7 @@ "babel": r"\usepackage{babel}", "fontpkg": r"\usepackage[fonts=adobesourcepro]{my-doc-fonts}", "releasename": "Version", - "fncychap": r"\usepackage[Sonny]{fncychap}", + "fncychap": r"\usepackage[Sonny]{fncychap}\ChNumVar{\Huge\space}", "preamble": r"\usepackage[stdtitle=false]{my-doc-style}", "maketitle": r"\builddate{%s}\vcsrevision{%s}\sphinxmaketitle" % (current_date, release_rev),
