revise sphinx doc build config

This commit is contained in:
smgr 2025-10-11 23:03:46 -07:00
parent 13e366d1fe
commit df5262ec05

View File

@ -1,33 +1,26 @@
# `symconf` package docs # `symconf` package
*General-purpose local application configuration manager*
{ref}`genindex` {ref}`genindex`
{ref}`modindex` {ref}`modindex`
{ref}`search`
## Top-level module overview
```{eval-rst} ```{eval-rst}
.. autosummary:: .. autosummary::
:nosignatures: :nosignatures:
:recursive: :recursive:
:caption: Modules
symconf.config symconf.config
symconf.reader symconf.reader
symconf.runner symconf.runner
symconf.matching symconf.matching
symconf.template symconf.template
symconf.util
```
## Auto-reference contents
```{toctree}
:maxdepth: 3
_autoref/symconf.rst
``` ```
```{toctree} ```{toctree}
:maxdepth: 2 :maxdepth: 1
:caption: Contents :caption: Contents
:hidden:
reference/archive reference/archive
reference/configuring reference/configuring