Create GitHub Pages docs with Sphinx (#11888)

This commit is contained in:
Christian Clauss
2024-10-08 19:09:28 +02:00
committed by GitHub
parent 260e3d8b35
commit e9e7c96465
16 changed files with 179 additions and 9 deletions

3
docs/conf.py Normal file
View File

@ -0,0 +1,3 @@
from sphinx_pyproject import SphinxConfig
project = SphinxConfig("../pyproject.toml", globalns=globals()).name