99# If extensions (or modules to document with autodoc) are in another directory,
1010# add these directories to sys.path here. If the directory is relative to the
1111# documentation root, use os.path.abspath to make it absolute, like shown here.
12- #
1312import os
1413import sys
1514
1817# -- Project information -----------------------------------------------------
1918
2019project = 'Python SDK reference'
21- copyright = '2021 , Labelbox'
20+ copyright = '2024 , Labelbox'
2221author = 'Labelbox'
23-
2422release = '3.66.0'
2523
2624# -- General configuration ---------------------------------------------------
2927# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3028# ones.
3129extensions = [
32- 'sphinx.ext.autodoc' , 'sphinx.ext.viewcode' , 'sphinx.ext.napoleon'
30+ 'multiproject' , 'sphinx.ext.autodoc' , 'sphinx.ext.viewcode' ,
31+ 'sphinx.ext.napoleon' , 'sphinx_rtd_theme'
3332]
3433
3534# Add any paths that contain templates here, relative to this directory.
4039# This pattern also affects html_static_path and html_extra_path.
4140exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
4241
42+ multiproject_projects = {"labelbox" : {"path" : "labelbox" }}
43+
4344# -- Options for HTML output -------------------------------------------------
4445
4546# The theme to use for HTML and HTML Help pages. See the documentation for
5051# Add any paths that contain custom static files (such as style sheets) here,
5152# relative to this directory. They are copied after the builtin static files,
5253# so a file named "default.css" will overwrite the builtin "default.css".
53- html_static_path = ['_static' ]
54+ html_static_path = []
5455
5556# Prevent the sidebar from collapsing
56- html_js_files = ['js/prevent_collapse.js' ]
5757html_theme_options = {
5858 "collapse_navigation" : False ,
59- }
59+ }
0 commit comments