Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 authored Dec 26, 2023
1 parent 45c7d5f commit 517b67d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
html_context = {'html_baseurl': html_baseurl}

0 comments on commit 517b67d

Please sign in to comment.