Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison docs/conf.py @ 45:6ac1ea5d2d4a
Begin documentation: add the Sphinx generated configuration as-is
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 26 Apr 2026 09:41:33 +0200 |
| parents | |
| children | fcc34b24ded7 |
comparison
equal
deleted
inserted
replaced
| 44:742496328de6 | 45:6ac1ea5d2d4a |
|---|---|
| 1 # Configuration file for the Sphinx documentation builder. | |
| 2 # | |
| 3 # For the full list of built-in configuration values, see the documentation: | |
| 4 # https://www.sphinx-doc.org/en/master/usage/configuration.html | |
| 5 | |
| 6 # -- Project information ----------------------------------------------------- | |
| 7 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information | |
| 8 | |
| 9 project = 'Pygments Pseudocode Lexer' | |
| 10 copyright = '2026, Franz Glasner' | |
| 11 author = 'Franz Glasner' | |
| 12 release = '2.0.1' | |
| 13 | |
| 14 # -- General configuration --------------------------------------------------- | |
| 15 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration | |
| 16 | |
| 17 extensions = [] | |
| 18 | |
| 19 templates_path = ['_templates'] | |
| 20 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] | |
| 21 | |
| 22 | |
| 23 | |
| 24 # -- Options for HTML output ------------------------------------------------- | |
| 25 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output | |
| 26 | |
| 27 html_theme = 'alabaster' | |
| 28 html_static_path = ['_static'] |
