Evernode documentation is built with Sphinx and readthedocs. Documentation is done with Markdown and reStructuredText. The documentation source files are in docs/source
python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt
python -m sphinx -T -E -b html -d _build/doctrees -D language=en docs/source/ html
This will output into 'html' directory.
cd html
python -m http.server 8080