1
0
Fork 0
tinyrocs/BUILD.md

17 lines
371 B
Markdown

# Build docs
```
make all
```
# Spreadsheet Table
https://github.com/hackerain/sphinxcontrib-excel-table
Need to do this too:
```
cp -p venv/lib/python3.11/site-packages/sphinxcontrib/excel_table/resources/_static/* docs/_source/_static/
cp -p venv/lib/python3.11/site-packages/sphinxcontrib/excel_table/resources/_templates/layout.html docs/_source/_templates/
```