Documentation for the FOSDEM video stack https://doc.video.fosdem.org/
  • Python 45.7%
  • Batchfile 24.1%
  • Makefile 19.1%
  • HTML 11.1%
Find a file
Mark Van den Borre 3e832cd84f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
clean up and update
2026-09-08 00:19:08 +02:00
_includes video box manuals: add contact 2026-09-06 23:48:51 +02:00
_templates Make view_source link more useful 2026-09-06 15:54:40 +02:00
fosdem_generic foo 2026-09-07 00:17:28 +02:00
fosdem_specific clean up and update 2026-09-08 00:19:08 +02:00
.gitignore initial commit 2026-09-05 15:24:24 +02:00
.woodpecker.yml Add graphviz (dot) as a necessary dependency 2026-09-06 15:39:49 +02:00
conf.py video box manuals: add contact 2026-09-06 23:48:51 +02:00
index.md start restructuring to role based docs 2026-09-06 23:18:02 +02:00
make.bat initial commit 2026-09-05 15:24:24 +02:00
Makefile initial commit 2026-09-05 15:24:24 +02:00
README.md Add graphviz (dot) as a necessary dependency 2026-09-06 15:39:49 +02:00
requirements.txt move graphviz inline 2026-09-06 16:27:28 +02:00

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