Lines Matching refs:html_context
59 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
117 html_context['github_version'] = html_context['commit'] if 'commit' in html_context else 'master'
118 html_context['conf_py_path'] = '/docs/'