mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
Structure the 'Areas and teams' page with tables, derived from the website "Teams" page tables.
This commit is contained in:
5
conf.py
5
conf.py
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user