Fixed docs [skip ci]

This commit is contained in:
Rhet Turnbull
2021-01-24 17:35:49 -08:00
parent 2fb3fa3058
commit e4fc3896f9
49 changed files with 6 additions and 5 deletions

13
docsrc/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Building the documentation
I'm still trying to learn sphinx and come up with a workflow for building docs. Right now it's pretty kludgy.
- `pip install sphinx`
- `pip install sphinx-rtd-theme`
- `pip install m2r2`
- Download and install [MacTeX](https://tug.org/mactex/)
- Add `/Library/TeX/texbin` to your `$PATH`
- `cd docs`
- `make html`
- `make latexpdf`
- `cp _build/latex/osxphotos.pdf .`