diff --git a/docs/conf.py b/docs/conf.py index 117c1fd..e4a2ab0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,13 +9,11 @@ # -- Project information # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information - project = "Alice RAG" copyright = "2024" author = "Philippe Miron" # -- General configuration - extensions = [ "sphinx.ext.autodoc", "sphinx.ext.mathjax", @@ -33,11 +31,10 @@ # -- Options for HTML output - html_theme = "sphinx_book_theme" html_logo = "logo.webp" html_favicon = "favicon.ico" html_static_path: list[str] = [] # sphinx-copybutton settings -copybutton_exclude = ".linenos, .gp" # don't copy prompts or line numbers \ No newline at end of file +copybutton_exclude = ".linenos, .gp" # don't copy prompts or line numbers