joergen7 / devilfish-flotilla

Dangerous Waters documentation site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devilfish Flotilla

Prerequisites

Virtual Environment

In the devilfish-flotilla directory run

virtualenv venv

This creates a directory venv that holds the virtual environment's data. To enter the virtual environment run

source venv/bin/activate

We can see that we are inside the virtual environment because the shell prompt has a (venv) prefix. Now, install the necessary software.

pip3 install sphinx

To leave the virtual environment run

deactivate

Build

In the virtual environment run:

make html

About

Dangerous Waters documentation site

License:Apache License 2.0


Languages

Language:Python 89.9%Language:Makefile 10.1%