# HG changeset patch # User Franz Glasner # Date 1557303503 -7200 # Node ID 0477186d1cbadc069e164736a001c0aec6b7b62c # Parent b5658678983839faeb252bfa96309f4035e46e3d Docu: The build of the documentation requires PyYAML and toml. configmix.toml and comfigmix.yaml import the specified packages. diff -r b56586789838 -r 0477186d1cba requirements_docu.txt --- a/requirements_docu.txt Wed May 08 10:13:56 2019 +0200 +++ b/requirements_docu.txt Wed May 08 10:18:23 2019 +0200 @@ -1,3 +1,5 @@ docutils>=0.14 Sphinx>=1.7 changelog>=0.4 +PyYAML>=3 +toml>=0.10