Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemiron committed Jun 28, 2024
1 parent 27a7639 commit 36090d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
copybutton_exclude = ".linenos, .gp" # don't copy prompts or line numbers

0 comments on commit 36090d0

Please sign in to comment.