Skip to content

Commit

Permalink
don't use substitution hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Sep 28, 2021
1 parent 8aedadc commit f2cf208
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Now clone your fork of the Git repository and make an editable (``-e``) install.
git clone <your fork>
cd mpl-point-clicker
pip install -e ".[dev]"
pip install -e ".[test, doc]"
Working with Git
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2cf208

Please sign in to comment.