We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3add8a + 46507c7 commit 1f48494Copy full SHA for 1f48494
2 files changed
docs/source/_templates/version-warning.html
@@ -0,0 +1,9 @@
1
+<div class="admonition caution">
2
+ <p class="admonition-title">Caution</p>
3
+ <p>
4
+ This driver is not developed anymore. For an API-compatible replacement with active support, see
5
+ <a href="https://cpp-rs-driver.docs.scylladb.com/stable/">ScyllaDB CPP-RS Driver</a>.
6
+ </p>
7
+</div>
8
+
9
docs/source/conf.py
@@ -142,6 +142,7 @@ def generate_doxygen(app):
142
# a list of builtin themes.
143
#
144
html_theme = 'sphinx_scylladb_theme'
145
+templates_path = ['_templates', ]
146
147
# Theme options are theme-specific and customize the look and feel of a theme
148
# further. For a list of options available for each theme, see the
0 commit comments