|
11 | 11 | # documentation root, use os.path.abspath to make it absolute, like shown here.
|
12 | 12 | #
|
13 | 13 | import os
|
| 14 | + |
14 | 15 | # import sys
|
15 | 16 | # sys.path.insert(0, os.path.abspath('.'))
|
16 | 17 |
|
17 | 18 |
|
18 | 19 | # -- Project information -----------------------------------------------------
|
19 | 20 |
|
20 |
| -project = 'tikzplotlib' |
| 21 | +project = "tikzplotlib" |
21 | 22 | copyright = "2010-2019, Nico Schlömer"
|
22 |
| -author = 'Nico Schlömer' |
| 23 | +author = "Nico Schlömer" |
23 | 24 |
|
24 | 25 | # https://packaging.python.org/single_source_version/
|
25 | 26 | this_dir = os.path.abspath(os.path.dirname(__file__))
|
|
45 | 46 | ]
|
46 | 47 |
|
47 | 48 | # Add any paths that contain templates here, relative to this directory.
|
48 |
| -templates_path = ['_templates'] |
| 49 | +templates_path = ["_templates"] |
49 | 50 |
|
50 | 51 | # List of patterns, relative to source directory, that match files and
|
51 | 52 | # directories to ignore when looking for source files.
|
52 | 53 | # This pattern also affects html_static_path and html_extra_path.
|
53 |
| -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 54 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
54 | 55 |
|
55 | 56 |
|
56 | 57 | # -- Options for HTML output -------------------------------------------------
|
57 | 58 |
|
58 | 59 | # The theme to use for HTML and HTML Help pages. See the documentation for
|
59 | 60 | # a list of builtin themes.
|
60 | 61 | #
|
61 |
| -html_theme = 'alabaster' |
| 62 | +html_theme = "alabaster" |
62 | 63 |
|
63 | 64 | # Add any paths that contain custom static files (such as style sheets) here,
|
64 | 65 | # relative to this directory. They are copied after the builtin static files,
|
65 | 66 | # so a file named "default.css" will overwrite the builtin "default.css".
|
66 |
| -html_static_path = ['_static'] |
| 67 | +html_static_path = ["_static"] |
0 commit comments