File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 102
102
103
103
# -- Options for sitemap extension ---------------------------------------
104
104
105
- sitemap_url_scheme = ' stable/{link}'
105
+ sitemap_url_scheme = "/ stable/{link}"
106
106
107
107
# Theme options are theme-specific and customize the look and feel of a theme
108
108
# further. For a list of options available for each theme, see the
113
113
'github_issues_repository' : 'scylladb/python-driver' ,
114
114
'hide_edit_this_page_button' : 'false' ,
115
115
'hide_version_dropdown' : ['master' ],
116
+ 'hide_feedback_buttons' : 'false' ,
116
117
'versions_unstable' : UNSTABLE_VERSIONS ,
117
118
'versions_deprecated' : DEPRECATED_VERSIONS ,
118
119
}
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ gevent = "20.12.1"
13
13
gremlinpython = " 3.4.7"
14
14
python = " ^3.7"
15
15
pyyaml = " 6.0"
16
- pygments = " 2.2.0 "
16
+ pygments = " 2.15.1 "
17
17
recommonmark = " 0.7.1"
18
18
redirects_cli =" ~0.1.2"
19
19
sphinx-autobuild = " 2021.3.14"
20
- sphinx-sitemap = " 2.1 .0"
21
- sphinx-scylladb-theme = " ~1.4 .1"
20
+ sphinx-sitemap = " 2.5 .0"
21
+ sphinx-scylladb-theme = " ~1.5 .1"
22
22
sphinx-multiversion-scylla = " ~0.2.11"
23
23
Sphinx = " 4.3.2"
24
24
scales = " 1.0.9"
You can’t perform that action at this time.
0 commit comments