Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 347 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 347 Bytes

legacy-docs

Placeholder repository for legacy documentation that deployed to ReadTheDocs.

To build:

cd docs && make dirhtml

To serve:

# nodejs
npx http-server docs/_build/dirhtml
# python 2
cd docs/_build/dirhtml && python -m SimpleHTTPServer 8080
# python 3
cd docs/_build/dirhtml && python -m http.server 8080