Documentation for Querqy projects
The documentation format is reStructuredText. It is built using Sphinx. It will be deployed via readthedocs.org. See here for an introduction to the tool stack.
pip3 install -r docs/requirements.txt
Make sure that Sphinx is installed with the version from the requirements file and, if you had already
installed an older Sphinx version, that this is the first version in your PATH
.
Run
cd docs
make clean html
The generated documents will be saved in the build
directory.
You may locally preview the generated documentation by running a local http server in the build
directory:
cd docs
make serve
This will serve the generated documentation on http://localhost:8000.