Skip to content

Commit cbb306d

Browse files
authored
docs: code highlight fixed on light theme (#161)
Correct styling issues with code blocks in light mode
1 parent 5206809 commit cbb306d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
147147
html_theme = "shibuya"
148148
html_title = "SQLSpec"
149149
html_short_title = "SQLSpec"
150-
pygments_style = "dracula"
151150
todo_include_todos = True
152151

153152
html_static_path = ["_static"]

docs/getting_started/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Core Features
2424
-------------
2525

2626
- **First-Class SQL with Validation**: Write the SQL you want. SQLSpec's processing pipeline parses, transforms, and validates your queries for security and performance before they ever hit the database.
27-
- **Type-Safe Results**: Automatically map query results to typed data objects like Pydantic models, ``msgspec`` Structs, or dataclasses. This eliminates guesswork and runtime errors.
27+
- **Type-Safe Results**: Automatically map query results to typed data objects like Pydantic Basemodel, msgspec Struct, or dataclasses. This eliminates guesswork and runtime errors.
2828
- **Unified Connectivity**: A single, consistent API for database operations across more than 10 supported database backends, both synchronous and asynchronous.
2929
- **Comprehensive Query Builder**: An optional, fluent API for programmatically constructing everything from simple ``SELECT`` statements to complex DDL and DML queries.
3030
- **Built-in Instrumentation**: Observability is a first-class citizen with configurable support for OpenTelemetry and Prometheus.

0 commit comments

Comments
 (0)