Skip to content

Commit cb2f91e

Browse files
dgarcia360fruch
authored andcommitted
docs: update theme 1.5.1
1 parent 5afb73d commit cb2f91e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/conf.py

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

103103
# -- Options for sitemap extension ---------------------------------------
104104

105-
sitemap_url_scheme = 'stable/{link}'
105+
sitemap_url_scheme = "/stable/{link}"
106106

107107
# Theme options are theme-specific and customize the look and feel of a theme
108108
# further. For a list of options available for each theme, see the
@@ -113,6 +113,7 @@
113113
'github_issues_repository': 'scylladb/python-driver',
114114
'hide_edit_this_page_button': 'false',
115115
'hide_version_dropdown': ['master'],
116+
'hide_feedback_buttons': 'false',
116117
'versions_unstable': UNSTABLE_VERSIONS,
117118
'versions_deprecated': DEPRECATED_VERSIONS,
118119
}

docs/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ gevent = "20.12.1"
1313
gremlinpython = "3.4.7"
1414
python = "^3.7"
1515
pyyaml = "6.0"
16-
pygments = "2.2.0"
16+
pygments = "2.15.1"
1717
recommonmark = "0.7.1"
1818
redirects_cli ="~0.1.2"
1919
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"
2222
sphinx-multiversion-scylla = "~0.2.11"
2323
Sphinx = "4.3.2"
2424
scales = "1.0.9"

0 commit comments

Comments
 (0)