diff --git a/docs/source/conf.py b/docs/source/conf.py index d4bacd47d9c4e40f40ad488af2be071adfb16bbb..f6d6d635e29a7164b9833b839d554a4e72296234 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,23 +6,22 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'Semantic Router' -copyright = '2024, Aurelio AI' -author = 'Aurelio AI' -release = '0.0.55' +project = "Semantic Router" +copyright = "2024, Aurelio AI" +author = "Aurelio AI" +release = "0.0.55" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [] -templates_path = ['_templates'] +templates_path = ["_templates"] exclude_patterns = [] - # -- 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'] +html_theme = "alabaster" +html_static_path = ["_static"]