Documentation for the FOSDEM video stack
https://doc.video.fosdem.org/
- Python 45.7%
- Batchfile 24.1%
- Makefile 19.1%
- HTML 11.1%
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| _includes | ||
| _templates | ||
| fosdem_generic | ||
| fosdem_specific | ||
| .gitignore | ||
| .woodpecker.yml | ||
| conf.py | ||
| index.md | ||
| make.bat | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
Building the documentation
sudo apt install graphviz
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Build static HTML
make html
View at _build/html/index.html
Development server
sphinx-autobuild . _build/html
Preview at http://localhost:8000