File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 71
71
html_baseurl = os .environ .get ("READTHEDOCS_CANONICAL_URL" , "" )
72
72
73
73
# Tell Jinja2 templates the build is running on Read the Docs
74
+ html_context = {}
74
75
if os .environ .get ("READTHEDOCS" , "" ) == "True" :
75
76
html_context ["READTHEDOCS" ] = True
76
77
Original file line number Diff line number Diff line change 73
73
html_baseurl = os .environ .get ("READTHEDOCS_CANONICAL_URL" , "" )
74
74
75
75
# Tell Jinja2 templates the build is running on Read the Docs
76
+ html_context = {}
76
77
if os .environ .get ("READTHEDOCS" , "" ) == "True" :
77
78
html_context ["READTHEDOCS" ] = True
78
79
79
80
80
-
81
81
# -----------------------------------------------------------------------------
82
82
# Extract values from codebase for substitution into docs.
83
83
# -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments