davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=5ac4f71131972f8f28f3510612e3a5479150e3de
commit 5ac4f71131972f8f28f3510612e3a5479150e3de Author: Dave Andreoli <[email protected]> Date: Mon Nov 29 04:56:53 2021 +0100 Docs: set pygment style in theme, not in config --- doc/conf.py | 3 --- doc/themes/efldoc/theme.conf | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 9668c05..f6e8872 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,9 +60,6 @@ templates_path = ['_templates'] # directories to ignore when looking for source files. exclude_patterns = ['_build'] -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'monokai' - # -- Autodoc configuration ----------------------------------------------------- diff --git a/doc/themes/efldoc/theme.conf b/doc/themes/efldoc/theme.conf index 996d6fc..33a3980 100644 --- a/doc/themes/efldoc/theme.conf +++ b/doc/themes/efldoc/theme.conf @@ -1,4 +1,4 @@ [theme] inherit = basic stylesheet = efl.css -pygments_style = trac +pygments_style = monokai --
