https://github.com/adbc-drivers/docs.adbc-drivers.org
Website for docs.adbc-drivers.org
https://github.com/adbc-drivers/docs.adbc-drivers.org
adbc
Last synced: 5 months ago
JSON representation
Website for docs.adbc-drivers.org
- Host: GitHub
- URL: https://github.com/adbc-drivers/docs.adbc-drivers.org
- Owner: adbc-drivers
- License: apache-2.0
- Created: 2025-06-28T00:27:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-12-04T16:16:18.000Z (6 months ago)
- Last Synced: 2025-12-08T00:31:32.775Z (6 months ago)
- Topics: adbc
- Language: Python
- Homepage: https://docs.adbc-drivers.org/
- Size: 157 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# ADBC Driver Foundry Documentation
Source code for the [ADBC Driver Foundry](https://adbc-drivers.org) driver documentation [website](https://docs.adbc-drivers.org).
This project uses [Sphinx](https://sphinx-doc.org) and can be built with [Pixi](https://pixi.sh).
## Building
## Prerequisites
- [Pixi](https://pixi.sh) (see [Pixi Installation](https://pixi.sh/latest/installation/))
## Build and Preview
Build the site with:
```console
$ pixi run build
```
To preview the site you built, run:
```console
$ pixi run serve
```
Then open your web browser to .
For development, you can instead use the development server which will automatically rebuild the site when changes are made:
```console
$ pixi run watch
```
Then visit .
Note that the theme used does not always work well with incremental builds.
You may need to remove `_build` and start again, especially when changing theme options.
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) for information on how to contribute.