Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeboute committed Jan 19, 2025
1 parent 86c254e commit ccaeca1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "autodocsumm", "sphinx.ext.coverage"]
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"autodocsumm",
"sphinx.ext.coverage",
]
auto_doc_default_options = {"autosummary": True}

exclude_patterns = []
Expand Down
2 changes: 1 addition & 1 deletion pystock/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = "0.1.0"

0 comments on commit ccaeca1

Please sign in to comment.