|
|
|
@ -7,32 +7,16 @@
|
|
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
|
|
|
|
|
|
|
|
|
project = 'swarms'
|
|
|
|
|
copyright = '2023, Kye Gomez / Agora'
|
|
|
|
|
author = 'Kye Gomez / Agora'
|
|
|
|
|
copyright = '2023, Kye Gomez'
|
|
|
|
|
author = 'Kye Gomez'
|
|
|
|
|
|
|
|
|
|
# -- General configuration ---------------------------------------------------
|
|
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
|
|
|
|
|
|
|
|
|
# extensions = []
|
|
|
|
|
|
|
|
|
|
# templates_path = ['_templates']
|
|
|
|
|
# exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# -- Options for HTML output -------------------------------------------------
|
|
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
|
|
|
|
|
|
|
|
|
# html_theme = 'alabaster'
|
|
|
|
|
# html_static_path = ['_static']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extensions = [
|
|
|
|
|
'sphinx_rtd_theme',
|
|
|
|
|
'myst_parser',
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
templates_path = ['_templates']
|
|
|
|
|
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|
|
|
|
|
|
|
|
@ -43,10 +27,9 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|
|
|
|
|
|
|
|
|
html_theme = "sphinx_rtd_theme"
|
|
|
|
|
html_static_path = ['_static']
|
|
|
|
|
html_theme_path = ["_themes", ]
|
|
|
|
|
|
|
|
|
|
html_theme_options = {
|
|
|
|
|
'analytics_id': 'G-XXXXXXXXXX', # Provided by Google in your dashboard
|
|
|
|
|
# 'analytics_id': 'G-XXXXXXXXXX', # Provided by Google in your dashboard
|
|
|
|
|
'analytics_anonymize_ip': False,
|
|
|
|
|
'logo_only': False,
|
|
|
|
|
'display_version': True,
|