Skip to content

Commit

Permalink
Document 'make screenshots' dependencies (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Feb 15, 2020
1 parent e207250 commit b63fce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for the 'coloredlogs' package.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: February 14, 2020
# Last Change: February 15, 2020
# URL: https://coloredlogs.readthedocs.io

PACKAGE_NAME = coloredlogs
Expand Down Expand Up @@ -58,7 +58,7 @@ docs: install
@cd docs && sphinx-build -nb html -d build/doctrees . build/html

screenshots: install
@pip install --quiet executor
@pip install --quiet --requirement=requirements-screenshots.txt
@python scripts/generate-screenshots.py

publish: install
Expand Down
2 changes: 2 additions & 0 deletions requirements-screenshots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
capturer >= 2.4
executor >= 21.3

0 comments on commit b63fce3

Please sign in to comment.