From 189c404be693c9734377e69c6555a17f2f678b72 Mon Sep 17 00:00:00 2001 From: Charles T Date: Thu, 7 Jul 2022 13:51:49 +0200 Subject: [PATCH] ci(docs): put dependency in setup.cfg --- pyproject.toml | 8 -------- setup.cfg | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74dd4d5f..baaf717e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 -] - diff --git a/setup.cfg b/setup.cfg index 1f8e6616..a921da57 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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