From dacab2ced2fa84d798723d13ecb8c8f658f28d30 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Fri, 2 Jun 2023 11:17:55 +0100 Subject: [PATCH] docs: update theme to 1.5 --- docs/pyproject.toml | 6 +++--- docs/source/conf.py | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index d1f092cda..626cc6029 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -8,11 +8,11 @@ authors = ["ScyllaDB Documentation Contributors"] breathe="4.33.1" python = "^3.7" pyyaml = "6.0" -pygments = "2.2.0" +pygments = "2.15.1" recommonmark = "0.7.1" redirects_cli ="~0.1.2" -sphinx-scylladb-theme = "~1.4.1" -sphinx-sitemap = "2.1.0" +sphinx-scylladb-theme = "~1.5.1" +sphinx-sitemap = "2.5.0" sphinx-autobuild = "2021.3.14" Sphinx = "4.3.2" sphinx-multiversion-scylla = "~0.2.11" diff --git a/docs/source/conf.py b/docs/source/conf.py index c0836fdbb..f3369daa8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -136,7 +136,7 @@ def generate_doxygen(app): # -- Options for sitemap extension --------------------------------------- -sitemap_url_scheme = 'stable/{link}' +sitemap_url_scheme = '/stable/{link}' # -- Options for HTML output ---------------------------------------------- @@ -155,6 +155,7 @@ def generate_doxygen(app): 'github_repository': 'scylladb/cpp-driver', 'github_issues_repository': 'scylladb/cpp-driver', 'hide_edit_this_page_button': 'false', + 'hide_feedback_buttons': 'false', 'versions_unstable': UNSTABLE_VERSIONS, 'versions_deprecated': DEPRECATED_VERSIONS, 'skip_warnings': 'document_has_underscores'