Santos Gallegos
-
[email protected]
@stsewd
Probablemente...
pip install sphinx
sphinx-quickstart docs
docs
├── _build
├── conf.py
├── index.rst
├── make.bat
├── Makefile
├── _static
└── _templates
git clone --depth=1 https://github.com/pallets/flask/
cd flask
pip install -e .
pip install -r docs/requirements.txt
cd docs
make html