diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-08-28 20:00:35 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-08-28 23:22:00 +0100 |
commit | 10eeb503e042d25d9823cb4e7346069c0d815f2c (patch) | |
tree | 8efd55872a8b0466595b9a53adb8d3a461a69e9f /doc | |
parent | 7535fda8b3207a6020be3e7aee3337cda7dc6d56 (diff) | |
download | buildstream-10eeb503e042d25d9823cb4e7346069c0d815f2c.tar.gz |
doc/source/conf.py: Fix E201, E202 warnings
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index e95a114e1..0190d6d48 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -112,7 +112,7 @@ add_module_names = False pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. -modindex_common_prefix = [ 'buildstream.' ] +modindex_common_prefix = ['buildstream.'] # If true, keep warnings as "system message" paragraphs in the built documents. # keep_warnings = False |