Skip to content

Commit

Permalink
docs/conf.py
Browse files Browse the repository at this point in the history
cc #5
  • Loading branch information
DiddiLeija authored Dec 16, 2024
1 parent b710a4e commit d0c311e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Sphinx config

extensions = [
# first-party
"sphinx.ext.autodoc",
"sphinx.ext.todo",
"sphinx.ext.extlinks",
"sphinx.ext.intersphinx",
# third-party
"sphinx_copybutton",
]

language = "es"
project = "Negociador"
author = "Diego Ramirez"
copyright = "2024-present, Diego Ramirez"

# version = ...
# release = version

html_theme = "furo"

0 comments on commit d0c311e

Please sign in to comment.