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 @@ -7,11 +7,11 @@ authors = ["Java Driver Contributors"]
7
7
[tool .poetry .dependencies ]
8
8
python = " ^3.7"
9
9
pyyaml = " 6.0"
10
- pygments = " 2.2.0 "
10
+ pygments = " 2.15.1 "
11
11
recommonmark = " 0.7.1"
12
12
redirects_cli =" ~0.1.3"
13
- sphinx-scylladb-theme = " ~1.4 .1"
14
- sphinx-sitemap = " 2.1 .0"
13
+ sphinx-scylladb-theme = " ~1.5 .1"
14
+ sphinx-sitemap = " 2.5 .0"
15
15
sphinx-autobuild = " 2021.3.14"
16
16
Sphinx = " 4.3.2"
17
17
sphinx-multiversion-scylla = " ~0.2.12"
Original file line number Diff line number Diff line change 93
93
94
94
# -- Options for sitemap extension ---------------------------------------
95
95
96
- sitemap_url_scheme = ' stable/{link}'
96
+ sitemap_url_scheme = "/ stable/{link}"
97
97
98
98
# -- Options for HTML output ----------------------------------------------
99
99
112
112
'github_repository' : 'scylladb/java-driver' ,
113
113
'github_issues_repository' : 'scylladb/java-driver' ,
114
114
'hide_edit_this_page_button' : 'false' ,
115
+ 'hide_feedback_buttons' : 'false' ,
115
116
'versions_unstable' : UNSTABLE_VERSIONS ,
116
117
'versions_deprecated' : DEPRECATED_VERSIONS ,
117
118
'hide_version_dropdown' : ['scylla-3.x' ],
You can’t perform that action at this time.
0 commit comments