Skip to content

Commit

Permalink
furo in not an extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame authored Oct 23, 2023
1 parent 8ef18cd commit 91c5022
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
project = "freebox-api"
author = "HACF"
copyright = f"{datetime.now().year}, {author}"
extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "furo"]
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"furo"
]
autodoc_typehints = "description"
theme = "furo"
html_theme = "furo"

0 comments on commit 91c5022

Please sign in to comment.