Files
offline_kubespray/collection/sensu/sensu_go/docs/source/conf.py
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

18 lines
381 B
Python

project = "Sensu Go Ansible Collection"
copyright = "2019, XLAB Steampunk"
author = "XLAB Steampunk"
extensions = [
"sphinx_rtd_theme",
]
exclude_patterns = []
html_theme = "sphinx_rtd_theme"
html_context = {
"display_github": True,
"github_user": "sensu",
"github_repo": "sensu-go-ansible",
"github_version": "master",
"conf_py_path": "/docs/source/",
}