Daniel Woste
Daniel Woste
Have a look at https://cookiecutter.readthedocs.io/en/latest/advanced/hooks.html Maybe these mechanism can be used to invoke the pre/post functions.
I agree, but APP_STRICT=False must not raise an error. If an applications uses e.g. 30 plugins and one unimportant plugin can not be loaded, that may be fine. The developer...
I totally agree, we need some kind of a real-life example. But in my understanding, I would not combine it with the keyword "monorepo", as monorepo does not tell anything...
I would simply have a central `/docs/` folder and multiple documentation under the related sub-project: `/project_a/docs/`. All the subproject-docs are complete Sphinx projects and can be built on their own....
`other files` can be anything. But mostly I was talking about md/rst files/folders storing other chapters. But for sure images and co. can be there as well. source-files can be...
Thanks for the bug report and the detailed analysis :+1: A fix will need some time, as I'm currently quite busy. If you like and as you already proposed a...
Thanks for supporting here :+1: To be honest, this project does not have any tests or a CI configured. So this is the reason, why the win-specific problem got not...
Thanks for reporting this problem :+1: Unfortunately, I can execute a `pip install sphinx-collections` successfully on my machine with a fresh Python venv. However, I fixed the problem in `pyproject.toml`...