[V3 Docs] Fix makefile and add dpy back in to the requirements (#1646)

This commit is contained in:
Will 2018-05-14 01:30:42 -04:00 committed by Tobotimus
parent f544890f00
commit cbbeb412f9
2 changed files with 2 additions and 1 deletions

View File

@ -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).

View File

@ -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