Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison docs/conf.py @ 60:0ff291eac663
Minimal Sphinx configuration for the first tests
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 27 Apr 2026 19:17:43 +0200 |
| parents | b4c255f8bdc4 |
| children | 414bf3cbb152 |
comparison
equal
deleted
inserted
replaced
| 59:fe7fe4caf978 | 60:0ff291eac663 |
|---|---|
| 24 .group(1) | 24 .group(1) |
| 25 ) | 25 ) |
| 26 version = release | 26 version = release |
| 27 del relfp | 27 del relfp |
| 28 | 28 |
| 29 | |
| 29 # -- General configuration --------------------------------------------------- | 30 # -- General configuration --------------------------------------------------- |
| 30 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration | 31 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
| 31 | 32 |
| 32 extensions = [] | 33 extensions = [ |
| 34 "sphinx.ext.todo", | |
| 35 ] | |
| 33 | 36 |
| 34 templates_path = ['_templates'] | 37 templates_path = ['_templates'] |
| 35 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] | 38 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 36 | 39 |
| 37 pygments_tyle = "sphinx" | 40 |
| 38 #pygments_style = "default" | 41 # --- Options for todo extension --------------------------------------------- |
| 42 todo_include_todos = True | |
| 39 | 43 |
| 40 | 44 |
| 41 # -- Options for HTML output ------------------------------------------------- | 45 # -- Options for HTML output ------------------------------------------------- |
| 42 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output | 46 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
| 43 | 47 |
| 44 html_theme = 'alabaster' | 48 html_theme = 'alabaster' |
| 49 html_theme = 'haiku' | |
| 45 html_static_path = ['_static'] | 50 html_static_path = ['_static'] |
| 51 #pygments_style = "sphinx" | |
| 52 pygments_style = "default" |
