From 45a7e858e78698e58cfb17dd258ca3820640930b Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Mon, 27 Sep 2021 22:52:09 -0400 Subject: [PATCH] don't use substitution hack --- docs/Contributing.rst | 2 +- setup.cfg | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/Contributing.rst b/docs/Contributing.rst index 546e3ab..cbffcfe 100644 --- a/docs/Contributing.rst +++ b/docs/Contributing.rst @@ -25,7 +25,7 @@ Now clone your fork of the Git repository and make an editable (``-e``) install. git clone cd mpl-point-clicker - pip install -e ".[dev]" + pip install -e ".[test, doc]" Working with Git diff --git a/setup.cfg b/setup.cfg index d6c7185..0483f28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,9 +39,6 @@ doc = sphinx-autobuild sphinx_gallery>=0.8.2 autoapi -dev = - %(test)s - %(doc)s [flake8] exclude = docs, _version.py, .eggs, example