comparison docs/conf.py @ 716:26a6c218a66a

- Document the optional module configmix._speedups somewhat - Make the Sphinx primary domain explicit: py
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 15 Aug 2023 20:07:25 +0200
parents 0c73d95ec454
children 88bfa76463a6
comparison
equal deleted inserted replaced
715:0c73d95ec454 716:26a6c218a66a
19 19
20 import configmix 20 import configmix
21 from configmix.compat import u 21 from configmix.compat import u
22 22
23 needs_sphinx = "5.1" 23 needs_sphinx = "5.1"
24 primary_domain = "py"
24 25
25 26
26 # -- Project information ----------------------------------------------------- 27 # -- Project information -----------------------------------------------------
27 28
28 project = 'ConfigMix' 29 project = 'ConfigMix'