Maximilian Linhoff
Maximilian Linhoff
> This standard python error is not explicit enough? As written above, no. How is a user not deeply familar with the gammapy internals supposed to diagnose what they need...
I think we should discuss a bit what the use case for this docker container should be. If the use case is to provide an exactly reproducible software environment for...
Just for comparison, a Docker image starting from `python:3.9-slim-buster` and only installing gammapy is "only" 513 MB large: ```dockerfile ❯ cat Dockerfile FROM python:3.9-slim-buster RUN apt update && apt install...
It worked locally for me but the linter just reused to check the file
I have a minimal sphinx project producing the issue here: https://github.com/maxnoe/sphinx-automodapi-duplicated-warning
This needs to go into the output of `sphinx-automodapi` somehow, which in turn seems to rely on sphinx-autodoc. Which doesn't seem to forward options to the `class` directive. E.g. in...
`autodoc` has apparently a way to include that: https://github.com/sphinx-doc/sphinx/blob/b4276edd848d112b4e981011c334d27cbcb20018/sphinx/ext/autodoc/__init__.py#L1674-L1676 Not sure how to trigger it though... Commit adding this: https://github.com/sphinx-doc/sphinx/commit/acf66bc4d5b53189f893a50a235e710f063d629d
Reading the comment, I think a good solution (however I don't know how easy it would be) would be 2): > 2. Enable sphinx_automodapi to add the :noindex: option sometimes....
The `reveal_external` plugin seems to be incompatible with the current version of reveal js, a native solution would be great.