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