initial commit-moved from vulkan_guide

This commit is contained in:
2025-10-10 22:53:54 +09:00
commit 8853429937
2484 changed files with 973414 additions and 0 deletions

22
third_party/fastgltf/docs/conf.py.in vendored Normal file
View File

@@ -0,0 +1,22 @@
project = 'fastgltf'
copyright = '2023, spnda'
author = 'spnda'
release = '@PROJECT_VERSION@'
extensions = ["breathe", "sphinx_rtd_theme"]
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
html_theme = 'sphinx_rtd_theme'
# html_static_path = ['_static']
html_theme_options = {
'display_version': True,
'titles_only': True,
'navigation_depth': 5,
}
fastgltf_sources = "@DOXYGEN_INPUT@".split()
breathe_default_project = "fastgltf"
breathe_projects = {"fastgltf": "@DOXYGEN_OUTPUT@/xml"}