Skip to content

Commit

Permalink
docs: update md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Dec 26, 2023
1 parent eacb1b0 commit 45c7d5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def setup(sphinx):
scylladb_markdown_enable = True
scylladb_markdown_recommonmark_versions = ['v0.9.1', 'v0.10.1']
myst_heading_anchors = 3
suppress_warnings = ["myst.xref_missing",]

# -- Options for multiversion extension

Expand Down
2 changes: 1 addition & 1 deletion docs/source/migration-guides/migration-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [Serialization changes in version 0.11](0.11-serialization.md)

```eval_rst
```{eval-rst}
.. toctree::
:hidden:
:glob:
Expand Down
1 change: 0 additions & 1 deletion docs/source/queries/prepared.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ for more options.
> the custom options that the `Query` was created with.
> This is especially useful when using `CachingSession::execute` for example.
(performance)=
## Performance

Prepared queries have good performance, much better than simple queries.
Expand Down

0 comments on commit 45c7d5f

Please sign in to comment.