We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fcffb commit 7399a0aCopy full SHA for 7399a0a
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
@@ -35,6 +35,9 @@
35
'sphinx_multiversion',
36
]
37
38
+# Add any paths that contain templates here, relative to this directory.
39
+templates_path = ['_templates']
40
+
41
# The suffix(es) of source filenames.
42
# You can specify multiple suffix as a list of string:
43
#
0 commit comments