Structure the 'Areas and teams' page with tables, derived from the website "Teams" page tables.

This commit is contained in:
Lukas Tenbrink
2025-11-03 23:37:51 +01:00
parent e81b33cb5d
commit 95370e9382
4 changed files with 251 additions and 141 deletions

View File

@@ -11,12 +11,17 @@ version = '0.1.0'
# -- General configuration
import sys
import os
sys.path.insert(0, os.path.abspath('./_extensions'))
extensions = [
"sphinx_tabs.tabs",
"notfound.extension",
"sphinxext.opengraph",
"sphinx_copybutton",
"sphinxcontrib.video",
"area_table",
]
intersphinx_mapping = {