Minimal Sphinx Autodoc Example
- author: Ondrej Sika [email protected]
- license: MIT
git clone [email protected]:ondrejsika/sphinx-autodoc-example.git
cd sphinx-autodoc-example
cd docs
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt
make html