We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce06b1 commit 7d69381Copy full SHA for 7d69381
docs/source/_templates/notice.html
@@ -0,0 +1,5 @@
1
+<div class="notice">
2
+ <p>ScyllaDB Java Driver is available under the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache v2 License</a>.
3
+ ScyllaDB Java Driver is a fork of <a href="https://github.com/datastax/java-driver">DataStax Java Driver</a>.
4
+ See Copyright <a href="https://java-driver.docs.scylladb.com/stable/#license">here</a>.</p>
5
+</div>
docs/source/conf.py
@@ -37,6 +37,9 @@
37
'sphinx_multiversion',
38
]
39
40
+# Add any paths that contain templates here, relative to this directory.
41
+templates_path = ['_templates']
42
+
43
# The suffix(es) of source filenames.
44
# You can specify multiple suffix as a list of string:
45
#
0 commit comments