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 95
95
96
96
# -- Options for sitemap extension ---------------------------------------
97
97
98
- sitemap_url_scheme = ' stable/{link}'
98
+ sitemap_url_scheme = "/ stable/{link}"
99
99
100
100
# -- Options for HTML output ----------------------------------------------
101
101
114
114
'github_repository' : 'scylladb/java-driver' ,
115
115
'github_issues_repository' : 'scylladb/java-driver' ,
116
116
'hide_edit_this_page_button' : 'false' ,
117
+ 'hide_feedback_buttons' : 'false' ,
117
118
'versions_unstable' : UNSTABLE_VERSIONS ,
118
119
'versions_deprecated' : DEPRECATED_VERSIONS ,
119
120
'hide_version_dropdown' : ['scylla-3.x' ],
You can’t perform that action at this time.
0 commit comments