This is the source for the SciPy India website. The site is built with Sphinx, the PyData Sphinx Theme, MyST, and ABlog.
Install the project once with:
uv syncBuild the site with:
uv run sphinx-build -b html docs _build/htmlIf you want to preview the generated files locally:
python3 -m http.server 8000 -d _build/htmlThen open http://localhost:8000.