deconst / deconst-docs

Documentation for the Deconst project itself.
https://deconst.horse/
6 stars 12 forks source link

Install Sphinx extensions before the build #106

Open smashwilson opened 9 years ago

smashwilson commented 9 years ago

Automatically install Sphinx extensions before building the content, like we already do for Jekyll. We'll likely just need to look for and pip install -r a requirements.txt file in the content repository, although it would be fancier to do it from code rather than shelling out.

meker12 commented 8 years ago

I remember this. At the time, I didn't know how to make the requirements.txt file. Now I have one and know why I have it ;-)