|
17 | 17 |
|
18 | 18 | # -- Project information -----------------------------------------------------
|
19 | 19 |
|
20 |
| -project = 'Dynamic Breadcrumbs' |
21 |
| -copyright = '2021, Marcelo Canina' |
22 |
| -author = 'Marcelo Canina' |
| 20 | +project = "Dynamic Breadcrumbs" |
| 21 | +copyright = "2021, Marcelo Canina" |
| 22 | +author = "Marcelo Canina" |
23 | 23 |
|
24 | 24 |
|
25 | 25 | # -- General configuration ---------------------------------------------------
|
|
30 | 30 | extensions = []
|
31 | 31 |
|
32 | 32 | # Add any paths that contain templates here, relative to this directory.
|
33 |
| -templates_path = ['_templates'] |
| 33 | +templates_path = ["_templates"] |
34 | 34 |
|
35 | 35 | # List of patterns, relative to source directory, that match files and
|
36 | 36 | # directories to ignore when looking for source files.
|
37 | 37 | # This pattern also affects html_static_path and html_extra_path.
|
38 |
| -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 38 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
39 | 39 |
|
40 | 40 |
|
41 | 41 | # -- Options for HTML output -------------------------------------------------
|
42 | 42 |
|
43 | 43 | # The theme to use for HTML and HTML Help pages. See the documentation for
|
44 | 44 | # a list of builtin themes.
|
45 | 45 | #
|
46 |
| -html_theme = 'alabaster' |
| 46 | +html_theme = "alabaster" |
47 | 47 |
|
48 | 48 | # Add any paths that contain custom static files (such as style sheets) here,
|
49 | 49 | # relative to this directory. They are copied after the builtin static files,
|
50 | 50 | # so a file named "default.css" will overwrite the builtin "default.css".
|
51 |
| -html_static_path = ['_static'] |
| 51 | +html_static_path = ["_static"] |
52 | 52 |
|
53 | 53 | html_theme_options = {
|
54 | 54 | "description": "Generate Breadcrumbs from URLs in Django",
|
55 | 55 | "github_user": "marcanuy",
|
56 | 56 | "github_repo": "django-dynamic-breadcrumbs",
|
57 |
| - #"fixed_sidebar": True, |
| 57 | + # "fixed_sidebar": True, |
58 | 58 | "github_banner": True,
|
59 |
| - #"github_button": True, |
60 |
| - |
| 59 | + # "github_button": True, |
61 | 60 | }
|
0 commit comments