diff --git a/docs/source/_templates/version-warning.html b/docs/source/_templates/version-warning.html new file mode 100644 index 000000000..beb4401bf --- /dev/null +++ b/docs/source/_templates/version-warning.html @@ -0,0 +1,9 @@ +
+

Caution

+

+ This driver is not developed anymore. For an API-compatible replacement with active support, see + ScyllaDB CPP-RS Driver. +

+
+ + diff --git a/docs/source/conf.py b/docs/source/conf.py index 266dafddd..043b6fbf0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -142,6 +142,7 @@ def generate_doxygen(app): # a list of builtin themes. # html_theme = 'sphinx_scylladb_theme' +templates_path = ['_templates', ] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the