From d8376299156a2f5b478ad88dff045bf1719eec90 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Tue, 9 Jan 2024 18:06:44 +0000 Subject: [PATCH] docs: add zendesk tag to index.html Related: https://github.com/scylladb/sphinx-scylladb-theme/pull/979 Adds the Zendesk tag to index.html page ## How to test 1. Run `make multiversion`. 1. Open the `_build/dirhtml/index.html` file. 1. Check for the presence of the Zendesk tag associated with this project. --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f7cd92e10..649eb70e42 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -103,6 +103,7 @@ 'tag_substring_removed': 'scylla-manager-', 'versions_unstable': UNSTABLE_VERSIONS, 'versions_deprecated': DEPRECATED_VERSIONS, + 'zendesk_tag': 'jiigc536se3g139312rad', } # If not None, a 'Last updated on:' timestamp is inserted at every page