From d8c03a63bc87617a9a37f8a46d5223507da16255 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Mon, 4 Jun 2018 19:22:28 -0700 Subject: Use python-docs-theme Closes https://github.com/PyCQA/pylint/issues/2167 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bad07ba94..ab21b6025 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ tests: $(TOX) docs: $(PIP) $(PIP) install . $(PIP) install Sphinx + $(PIP) install python-docs-theme . $(PYVE)/bin/activate; make all -C doc deb: $(PKG_DEB) -- cgit v1.2.1