From 517b67dc6db3650128d4673dae97a0f21e27e781 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Tue, 26 Dec 2023 11:25:56 +0100 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f1c779f699..eca5416b14 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -77,7 +77,6 @@ def setup(sphinx): # -- Options for markdown extension scylladb_markdown_enable = True scylladb_markdown_recommonmark_versions = ['v0.9.1', 'v0.10.1'] -myst_heading_anchors = 3 suppress_warnings = ["myst.xref_missing",] # -- Options for multiversion extension @@ -139,4 +138,4 @@ def setup(sphinx): html_baseurl = 'https://rust-driver.docs.scylladb.com' # Dictionary of values to pass into the template engine’s context for all pages -html_context = {'html_baseurl': html_baseurl} \ No newline at end of file +html_context = {'html_baseurl': html_baseurl}