algolia / sphinx-docsearch

Add Algolia DocSearch to your Sphinx documentation project
https://sphinx-docsearch.readthedocs.io/
MIT License
12 stars 1 forks source link

docs: add docs #8

Closed kai687 closed 11 months ago

kai687 commented 11 months ago

This PR adds basic docs to the project. They're not hosted yet. To preview them locally, you need to install Poetry and Nox.

# quick and dirty
pip install -U poetry nox
nox -s docs -p 3.11 -- --live

DEX-775