Philipp S. Sommer

Results 64 comments of Philipp S. Sommer

hey @koxudaxi, my apologies for being so silent. You just have to prepare a PR for the staged-recipes repository with your recipe (see [the docs](https://github.com/conda-forge/staged-recipes#getting-started)). You can do it yourself...

hey everyone! I found the problematic code: https://github.com/sphinx-doc/sphinx/blob/952866c689254d9a427e18693398bf36ccc505e9/sphinx/ext/autosummary/__init__.py#L633-L650 it's totally non-trivial I'd say. I try to explain it with a minimal example that you can access here https://github.com/Chilipp/autosummary-issue, or as...

Hey @JamesALeedham ! Did you use the same rst file in both cases? Because the critical thing in my example from above is the combination 1. The import 2. the...

Hey @sdruskat ! Alright, sounds good to me :) I will develop this extension then under my own user account and transfer ownership if this is desired at one point

hey @astrojuanlu! yes sure, that makes sense :) I'll see if I can do this within the next week. > Therefore, by including the citation info in the docs, you're...

> We require contributors to sign our Contributor License Agreement Alright, signed it. One more comment that I forgot: In order to test the implemented changes (see https://github.com/conda/conda-build/pull/3910/commits/843133b86ba1fb19731cac934e0f745d3c23e0a1) I added...

Hey @mingwandroid, as this is still open for more than a month now, are there any interests to merge this? If not, shall we close this PR? Note that the...

Hey @mingwandroid, glad you're still interested :) It's also not only about mirroring a local repository. When I want to build a conda recipe from a remote git repository, I...

Alright, thanks for the clarification @mingwandroid. Sure, that sounds reasonable. In this case, `git_submodule_depth: -1` would be a recursive update, I guess. So we replace https://github.com/conda/conda-build/blob/80272d374a952fbc346634802b135c473675520e/conda_build/source.py#L293-L295 with ```python if git_submodule_depth...

true! thanks @MuellerSeb for pointing me to that :smiley: I'll make the PR as soon as I finally made the new release :see_no_evil: