Source code for the ADBC Driver Foundry driver documentation website. This project uses Sphinx and can be built with Pixi.
- Pixi (see Pixi Installation)
Build the site with:
$ pixi run buildTo preview the site you built, run:
$ pixi run serveThen open your web browser to http://localhost:8000.
For development, you can instead use the development server which will automatically rebuild the site when changes are made:
$ pixi run watchThen visit http://localhost:8000.
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.
See CONTRIBUTING.md for information on how to contribute.