Santiago Soler

Results 270 comments of Santiago Soler

Nice catch! Thanks for noticing it! Fetching tags is also super relevant for #1428.

I'm trying to dig more into the issue with tags. Checking out the repo with tags works (https://dev.azure.com/simpeg/simpeg/_build/results?buildId=4027&view=logs&jobId=50e2b49d-b8ca-5aaf-b730-aab43fbdd612&j=e13373ee-b201-51bd-a7eb-56842f187dd4&t=d8226405-3c7c-58b3-ab29-76fc135fa198), but the simpeg version is not correctly set (https://dev.azure.com/simpeg/simpeg/_build/results?buildId=4027&view=logs&jobId=50e2b49d-b8ca-5aaf-b730-aab43fbdd612&j=e13373ee-b201-51bd-a7eb-56842f187dd4&t=9de72094-40d6-5eb3-386e-721ab4adb7b6). BTW, apparently I'm...

[It worked](https://dev.azure.com/simpeg/simpeg/_build/results?buildId=4030&view=logs&j=e13373ee-b201-51bd-a7eb-56842f187dd4&t=9de72094-40d6-5eb3-386e-721ab4adb7b6) 🎉

Ok, I totally misundertood the documentation of pytest theme (https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/source-buttons.html). The changes to the `html_context` are intended for the Edit Source Code buttons, not for the links to the source...

Now the source links are working properly! ![bitmap](https://github.com/simpeg/simpeg/assets/11541317/9a26e794-4066-4433-8760-762bed198cb9) That link won't work because the doc pages with `simpeg` as the package don't exist yet. But in the next release they...

@jcapriot, I've been seeing that the `ubuntu-latest_3.8_tests/base tests/flow ...` workflow gets stuck in this PR. I've run it a few times already (re-running failed jobs, updating the branch) and it...

Right! Nice catch. I'll wait for #1464 to fix it then.

I've just disabled pytest's capture of stdout and stderr so we can get more idea of what's going on... let's wait to see if there is some information in those...

Merging this now that CI passes! Thanks @jcapriot!

Review request received 😎! I'll get into this in the following days.