Mercurial > hgrepos > Python > libs > ConfigMix
comparison docs/conf.py @ 715:0c73d95ec454
Need Sphinx >= 5.1 now for building the documentation
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 15 Aug 2023 18:22:55 +0200 |
| parents | 115de6fe420e |
| children | 26a6c218a66a |
comparison
equal
deleted
inserted
replaced
| 714:465bac57b97e | 715:0c73d95ec454 |
|---|---|
| 17 import sys | 17 import sys |
| 18 sys.path.insert(0, os.path.dirname(os.path.abspath('.'))) | 18 sys.path.insert(0, os.path.dirname(os.path.abspath('.'))) |
| 19 | 19 |
| 20 import configmix | 20 import configmix |
| 21 from configmix.compat import u | 21 from configmix.compat import u |
| 22 | |
| 23 needs_sphinx = "5.1" | |
| 22 | 24 |
| 23 | 25 |
| 24 # -- Project information ----------------------------------------------------- | 26 # -- Project information ----------------------------------------------------- |
| 25 | 27 |
| 26 project = 'ConfigMix' | 28 project = 'ConfigMix' |
