diff 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
line wrap: on
line diff
--- a/docs/conf.py	Tue Aug 15 18:22:55 2023 +0200
+++ b/docs/conf.py	Tue Aug 15 20:07:25 2023 +0200
@@ -21,6 +21,7 @@
 from configmix.compat import u
 
 needs_sphinx = "5.1"
+primary_domain = "py"
 
 
 # -- Project information -----------------------------------------------------