|
13 | 13 |
|
14 | 14 | # -- Project information ----------------------------------------------------- |
15 | 15 |
|
16 | | -project = 'Python SDK reference' |
17 | | -copyright = '2025, Labelbox' |
18 | | -author = 'Labelbox' |
19 | | -release = '7.2.0' |
| 16 | +project = "Python SDK reference" |
| 17 | +copyright = "2025, Labelbox" |
| 18 | +author = "Labelbox" |
| 19 | +release = "7.2.0" |
20 | 20 |
|
21 | 21 | # -- General configuration --------------------------------------------------- |
22 | 22 |
|
23 | 23 | # Add any Sphinx extension module names here, as strings. They can be |
24 | 24 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
25 | 25 | # ones. |
26 | 26 | extensions = [ |
27 | | - 'multiproject', 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', |
28 | | - 'sphinx.ext.napoleon', 'sphinx_rtd_theme' |
| 27 | + "multiproject", |
| 28 | + "sphinx.ext.autodoc", |
| 29 | + "sphinx.ext.viewcode", |
| 30 | + "sphinx.ext.napoleon", |
| 31 | + "sphinx_rtd_theme", |
29 | 32 | ] |
30 | 33 |
|
31 | 34 | # Add any paths that contain templates here, relative to this directory. |
32 | | -templates_path = ['_templates'] |
| 35 | +templates_path = ["_templates"] |
33 | 36 |
|
34 | 37 | # List of patterns, relative to source directory, that match files and |
35 | 38 | # directories to ignore when looking for source files. |
36 | 39 | # This pattern also affects html_static_path and html_extra_path. |
37 | | -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 40 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
38 | 41 |
|
39 | 42 | multiproject_projects = {"labelbox": {"path": "labelbox"}} |
40 | 43 |
|
|
43 | 46 | # The theme to use for HTML and HTML Help pages. See the documentation for |
44 | 47 | # a list of builtin themes. |
45 | 48 | # |
46 | | -html_theme = 'sphinx_rtd_theme' |
| 49 | +html_theme = "sphinx_rtd_theme" |
47 | 50 |
|
48 | 51 | # Add any paths that contain custom static files (such as style sheets) here, |
49 | 52 | # relative to this directory. They are copied after the builtin static files, |
|
0 commit comments