Home
last modified time | relevance | path

Searched refs:html_context (Results 1 – 1 of 1) sorted by relevance

/DragonOS/docs/
H A Dconf.py59 html_context = dict() variable
98 html_context["READTHEDOCS"] = True
101 html_context["commit"] = os.environ["SPHINX_MULTIVERSION_GIT_COMMIT"]
103 html_context["commit"] = os.environ["CURRENT_GIT_COMMIT_HASH"]
107 if "commit" in html_context:
108 html_context["commit"] = html_context["commit"][:7]
110 html_context["commit"] += "-dirty"
114 html_context['display_github'] = True
115 html_context['github_user'] = github_org
116 html_context['github_repo'] = github_repo
[all …]