From cbbeb412f9df75d9411ee09462752fec9087840c Mon Sep 17 00:00:00 2001 From: Will Date: Mon, 14 May 2018 01:30:42 -0400 Subject: [PATCH] [V3 Docs] Fix makefile and add dpy back in to the requirements (#1646) --- docs/Makefile | 2 +- docs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 741bb780d..3798b8efd 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -15,7 +15,7 @@ help: .PHONY: help Makefile init: - cd .. && pipenv lock -r --dev > docs/requirements.txt + cd .. && pipenv lock -r --dev > docs/requirements.txt && echo 'git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py-1.0' >> docs/requirements.txt # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). diff --git a/docs/requirements.txt b/docs/requirements.txt index 22f6e820e..1f94ede4f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,3 +26,4 @@ sphinx==1.7.4 sphinxcontrib-asyncio==0.2.0 sphinxcontrib-websupport==1.0.1 urllib3==1.22 +git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py-1.0