|
14 | 14 | # import sys |
15 | 15 | # sys.path.insert(0, os.path.abspath('.')) |
16 | 16 |
|
17 | | -import sphinx_rtd_theme |
18 | 17 |
|
19 | 18 | # -- Project information ----------------------------------------------------- |
20 | 19 |
|
21 | | -project = 'hacs-pyscript' |
22 | | -copyright = '2020-2025, Craig Barratt' |
23 | | -author = 'Craig Barratt' |
| 20 | +project = "hacs-pyscript" |
| 21 | +copyright = "2020-2026, Craig Barratt" |
| 22 | +author = "Craig Barratt" |
24 | 23 |
|
25 | 24 | # The full version, including alpha/beta/rc tags |
26 | | -release = '1.7.0' |
| 25 | +release = "2.0.0" |
27 | 26 |
|
28 | | -master_doc = 'index' |
| 27 | +master_doc = "index" |
29 | 28 |
|
30 | 29 | # -- General configuration --------------------------------------------------- |
31 | 30 |
|
32 | 31 | # Add any Sphinx extension module names here, as strings. They can be |
33 | 32 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
34 | 33 | # ones. |
35 | 34 | extensions = [ |
36 | | - 'sphinx_rtd_theme', |
| 35 | + "sphinx_rtd_theme", |
37 | 36 | ] |
38 | 37 |
|
39 | 38 | # Add any paths that contain templates here, relative to this directory. |
40 | | -templates_path = ['_templates'] |
| 39 | +templates_path = ["_templates"] |
41 | 40 |
|
42 | 41 | # List of patterns, relative to source directory, that match files and |
43 | 42 | # directories to ignore when looking for source files. |
44 | 43 | # This pattern also affects html_static_path and html_extra_path. |
45 | | -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 44 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
46 | 45 |
|
47 | 46 |
|
48 | 47 | # -- Options for HTML output ------------------------------------------------- |
|
55 | 54 | # Add any paths that contain custom static files (such as style sheets) here, |
56 | 55 | # relative to this directory. They are copied after the builtin static files, |
57 | 56 | # so a file named "default.css" will overwrite the builtin "default.css". |
58 | | -html_static_path = ['_static'] |
| 57 | +html_static_path = ["_static"] |
0 commit comments