Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 831 Bytes

File metadata and controls

36 lines (23 loc) · 831 Bytes

rachis project news source

Copier

Development instructions

The following sub-sections illustrate how to develop this documentation.

Create the development environment

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

Build the book

Next, build the book:

make html

Serve the book locally

Finally, run the following to serve the built documentation locally:

make serve

Have fun! 🍇