Sphinx Example

Install

python3 -m venv .venv

source .venv/bin/activate     

pip install -r requirements.txt

Config

The configuration is made base on docs/source/conf.py file.

Build

bash docs.sh

References