mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Remove default value for vcs_pageview_mode
(#617)
This variable is used on the template and evaluated to give a default value. According to http://jinja.pocoo.org/docs/2.10/templates/#default default only works if the variable is undefined, or passing true as second argument to evaluate to false.
This commit is contained in:
parent
7cd846b4fd
commit
2dfbc64e0e
@ -15,4 +15,3 @@ logo_only =
|
||||
display_version = True
|
||||
prev_next_buttons_location = bottom
|
||||
style_external_links = False
|
||||
vcs_pageview_mode =
|
||||
|
Loading…
Reference in New Issue
Block a user