Skip to content

Commit 63ee0f9

Browse files
dgarcia360tchaikov
authored andcommitted
docs: update theme 1.5
(cherry picked from commit 51ff0d5)
1 parent 208efa6 commit 63ee0f9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ authors = ["Java Driver Contributors"]
77
[tool.poetry.dependencies]
88
python = "^3.7"
99
pyyaml = "6.0"
10-
pygments = "2.2.0"
10+
pygments = "2.15.1"
1111
recommonmark = "0.7.1"
1212
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"
1515
sphinx-autobuild = "2021.3.14"
1616
Sphinx = "4.3.2"
1717
sphinx-multiversion-scylla = "~0.2.12"

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
# -- Options for sitemap extension ---------------------------------------
9797

98-
sitemap_url_scheme = 'stable/{link}'
98+
sitemap_url_scheme = "/stable/{link}"
9999

100100
# -- Options for HTML output ----------------------------------------------
101101

@@ -114,6 +114,7 @@
114114
'github_repository': 'scylladb/java-driver',
115115
'github_issues_repository': 'scylladb/java-driver',
116116
'hide_edit_this_page_button': 'false',
117+
'hide_feedback_buttons': 'false',
117118
'versions_unstable': UNSTABLE_VERSIONS,
118119
'versions_deprecated': DEPRECATED_VERSIONS,
119120
'hide_version_dropdown': ['scylla-3.x'],

0 commit comments

Comments
 (0)