Skip to content

Commit

Permalink
ci(docs): put dependency in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
deepcharles committed Jul 7, 2022
1 parent f76ff14 commit 189c404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,3 @@ testpaths = ["tests"]

[tool.setuptools_scm]
write_to = "src/ruptures/version.py"

# PEP 621 dependencies declaration
# adapt to your dependencies manager
[project]
dependencies = [
"mkdocstrings[python]>=0.18", # https://mkdocstrings.github.io/handlers/overview/#about-the-python-handlers
]

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ docs =
mkdocs-macros-plugin
mkdocs-material
mkdocs-section-index
mkdocstrings
mkdocstrings[python]>=0.18 # https://mkdocstrings.github.io/handlers/overview/#about-the-python-handlers
mknotebooks
pymdown-extensions
nltk
Expand Down

0 comments on commit 189c404

Please # to comment.