/
pccc
/
pccc-mlir
Обзор
Документация
Войти
/
pccc
/
pccc-mlir
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
offload/docs/conf.py
37 строк
1 KB
obitotsky
fork mlir
19 июл 2026, 07:05
Верифицирован
19 июл 2026, 07:05
6422b87
Код
Авторство
О чём код?
# Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "Offload" copyright = "2025, LLVM project" author = "LLVM project" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = ["myst_parser"] source_suffix = { ".rst": "restructuredtext", ".md": "markdown", } myst_enable_extensions = ["colon_fence"] templates_path = ["_templates"] exclude_patterns = [] # -- C domain configuration -------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#c-config c_maximum_signature_line_length = 60 # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "llvm-theme" html_theme_path = ["_themes"] html_static_path = ["_static"] html_favicon = "_static/favicon.ico"