Searched refs:html_context (Results 1 – 1 of 1) sorted by relevance
59 html_context = dict() variable98 html_context["READTHEDOCS"] = True101 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'] = True115 html_context['github_user'] = github_org116 html_context['github_repo'] = github_repo[all …]