Skip to content

Commit 350b1c4

Browse files
committed
make black
1 parent 0c8208d commit 350b1c4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/conf.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
1212
#
1313
import os
14+
1415
# import sys
1516
# sys.path.insert(0, os.path.abspath('.'))
1617

1718

1819
# -- Project information -----------------------------------------------------
1920

20-
project = 'tikzplotlib'
21+
project = "tikzplotlib"
2122
copyright = "2010-2019, Nico Schlömer"
22-
author = 'Nico Schlömer'
23+
author = "Nico Schlömer"
2324

2425
# https://packaging.python.org/single_source_version/
2526
this_dir = os.path.abspath(os.path.dirname(__file__))
@@ -45,22 +46,22 @@
4546
]
4647

4748
# Add any paths that contain templates here, relative to this directory.
48-
templates_path = ['_templates']
49+
templates_path = ["_templates"]
4950

5051
# List of patterns, relative to source directory, that match files and
5152
# directories to ignore when looking for source files.
5253
# 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"]
5455

5556

5657
# -- Options for HTML output -------------------------------------------------
5758

5859
# The theme to use for HTML and HTML Help pages. See the documentation for
5960
# a list of builtin themes.
6061
#
61-
html_theme = 'alabaster'
62+
html_theme = "alabaster"
6263

6364
# Add any paths that contain custom static files (such as style sheets) here,
6465
# relative to this directory. They are copied after the builtin static files,
6566
# 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

Comments
 (0)