Skip to content

Commit 51ff0d5

Browse files
dgarcia360avelanarius
authored andcommitted
docs: update theme 1.5
1 parent faafc7a commit 51ff0d5

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
@@ -93,7 +93,7 @@
9393

9494
# -- Options for sitemap extension ---------------------------------------
9595

96-
sitemap_url_scheme = 'stable/{link}'
96+
sitemap_url_scheme = "/stable/{link}"
9797

9898
# -- Options for HTML output ----------------------------------------------
9999

@@ -112,6 +112,7 @@
112112
'github_repository': 'scylladb/java-driver',
113113
'github_issues_repository': 'scylladb/java-driver',
114114
'hide_edit_this_page_button': 'false',
115+
'hide_feedback_buttons': 'false',
115116
'versions_unstable': UNSTABLE_VERSIONS,
116117
'versions_deprecated': DEPRECATED_VERSIONS,
117118
'hide_version_dropdown': ['scylla-3.x'],

0 commit comments

Comments
 (0)