docs: enable tooltips
Updates the theme to the latest version to enable tooltips and modifies the db_options.tmpl to show the new role in action. Closes scylladb/scylladb#21324
This commit is contained in:
committed by
Botond Dénes
parent
afd1fc8e9f
commit
a072478f4f
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -4,8 +4,6 @@ updates:
|
||||
directory: "/docs"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
allow:
|
||||
- dependency-name: "sphinx-scylladb-theme"
|
||||
- dependency-name: "sphinx-multiversion-scylla"
|
||||
|
||||
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
@@ -1,3 +1,2 @@
|
||||
_build
|
||||
poetry.lock
|
||||
_data
|
||||
|
||||
2
docs/_templates/db_option.tmpl
vendored
2
docs/_templates/db_option.tmpl
vendored
@@ -3,4 +3,4 @@
|
||||
|
||||
{% if type %}* **Type:** ``{{ type }}``{% endif %}
|
||||
{% if default %}* **Default value:** ``{{ default }}``{% endif %}
|
||||
{% if liveness %}* :term:`Liveness <Liveness>`: ``{{ liveness }}``{% endif %}
|
||||
{% if liveness %}* :include_tooltip:`Liveness <Liveness>`: ``{{ liveness }}``{% endif %}
|
||||
|
||||
1374
docs/poetry.lock
generated
Normal file
1374
docs/poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user