pythonanywhere / dirigible-spreadsheet

Dirigible, the Pythonic spreadsheet in your browser
MIT License
213 stars 50 forks source link

building documentation does not work out-of-the-box #1

Open FlorianLudwig opened 7 years ago

FlorianLudwig commented 7 years ago

sphinx build fails with TemplateNotFound: default/layout.html

reproduce with:

git clone
cd documentation
pip install sphinx
make html