docs: add dark mode

- Uses sphinx-rtd-dark-mode for sphinx-rtd-theme
- Adds dark mode logos for sponsors
This commit is contained in:
Laurence Isla
2024-04-10 18:37:57 -05:00
parent c9136816a2
commit 70396d3f6c
13 changed files with 155 additions and 17 deletions
+4
View File
@@ -32,6 +32,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `Prefer: params=single-object` is deprecated. Use [a function with a single unnamed JSON parameter](https://postgrest.org/en/latest/references/api/stored_procedures.html#s-proc-single-json) instead. - @steve-chavez
### Documentation
- #3289, Add dark mode. Can be toggled by a button in the bottom right corner. - @laurenceisla
## [12.0.2] - 2023-12-20
### Fixed