/evernode-docs

Evernode documentation.

OtherNOASSERTION

Evernode documentation

Evernode documentation is built with Sphinx and readthedocs. Documentation is done with Markdown and reStructuredText. The documentation source files are in docs/source

Local setup

python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt

Local build

python -m sphinx -T -E -b html -d _build/doctrees -D language=en docs/source/ html

This will output into 'html' directory.

Preview

cd html
python -m http.server 8080