diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index a5c1d02b..a8387b13 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -119,7 +119,7 @@ pygments_style = 'sphinx' intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), - } +} # -- Options for HTML output --------------------------------------------------- |