Results 216 comments of Jean Abou Samra

Ok, that makes sense, but this sounds like either /en/latest/ links should not be matched by prefix redirects, proceeding to the next redirect, or, better, it should first apply the...

In that case, how about applying all redirects in order, instead of the first that matches?

Well, my use case is that of packaging.python.org, where we really want to have our redirects managed by a file in the repository (see pypa/packaging.python.org#1408). I was planning to use...

If we're using this issue to track what similar commands could be added, `hatch doc` would be great too. There seems to be a lot of confusion and home-made solutions...

Well... I think it's fair to say there is a duopoly? (I didn't even know that English word existed :) The only two tools I've seen used are Sphinx and...

Perhaps I don't have a good grasp of how hard to implement pipx's functionality is. I thought it would be relatively simple to do in Hatch using its existing environment...

Just to have an idea, are you generally open to feature contributions in Hatch, or is it still in a stage where you prefer to lay the foundations of features...

OK. I'm curious to understand what you mean by 'consistent' though. It certainly wasn't what I intuitively expected (and if it is kept, it should be documented). I thought that...

To illustrate where I'm coming from, I was working on Sphinx and had to run the pretty verbose and annoying-to-type ``` hatch run sphinx-build -v -Dlanguage=xx tests/roots/test-notranslate tests/roots/test-notranslate/build ``` instead...