Skip to content

Commit

Permalink
no need to install again
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed May 31, 2022
1 parent 29b2ae9 commit 48589f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ help:

.PHONY: help Makefile

source/_static/logo_docs.png: logo.py
python logo.py

# Fake target to avoid the catch-all target
logo.py:
@echo "never executed"

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile source/_static/logo_docs.png
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def pytest(session, all_deps):
session.install(".[testing,other]")
else:
session.install(".[testing]")
session.install(".")

session.run("coverage", "erase")

if session.python == "3.10":
Expand Down

0 comments on commit 48589f6

Please sign in to comment.