Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 157:902147c24f9b
Disable a default domain when generating the docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 08 May 2026 16:36:11 +0200 |
| parents | 123aeb2de8aa |
| children | f08d77b8cbf7 |
| files | docs/conf.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/conf.py Fri May 08 16:34:24 2026 +0200 +++ b/docs/conf.py Fri May 08 16:36:11 2026 +0200 @@ -39,7 +39,7 @@ ) version = release del relfp - +primary_domain = None # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
