The following sub-sections illustrate how to develop this documentation.
To build this documentation locally for development purposes, first create your development environment.
cd news.rachis.org
conda env create -n news.rachis.org --file environment-files/readthedocs.yml
conda activate news.rachis.org
q2doc refresh-cache
Next, build the book:
make html
Finally, run the following to serve the built documentation locally:
make serve
Have fun! 🍇