Manuel Kaufmann

Results 1301 comments of Manuel Kaufmann

> So RTD solution looks like [Solution 1](https://github.com/python/docs-community/issues/4#issue-873986113) but with [providing HTML](https://oauthlib.readthedocs.io/_/api/v2/footer_html/?callback=callback&project=oauthlib&version=latest&page=oauth2%2Foidc&theme=sphinx_rtd_theme&format=jsonp&docroot=%2Fdocs%2F&source_suffix=.rst), not a list of versions and it does not need to touch conf.py? Maybe the confusion here is...

Disclaimer: I work at Read the Docs. > I think there's many pros and cons of using readthedocs. I'm not going to start selling Read the Docs because that's not...

Also note that hosting the documentation on Read the Docs _doesn't mean that you have to use the Read the Docs search_, you can stick with the Sphinx's default search...

> And similarly for languages, we'll still want to link to the existing ones before importing them to RTD, so we can do an incremental rollout. I can help you...

I just found this issue and I'm not sure to understand if I'm hitting the same issue one or not. I used the following HTML snippet to test it: ```html...

Hi 👋🏼 . I'm one of the Read the Docs developers and I've been following some of the issues related to the hydrated error and also some other related to...

> @humitos could you report your browser? I'm using Firefox with a few plugins (figured it out this could be an issues thanks to @LecrisUT). It doesn't happens on Chrome...

> I was trying to find where the hydration occurs in the code, but I couldn't find anything @LecrisUT I understand this happens in the `myst-theme` repository at https://github.com/executablebooks/myst-theme/blob/65a2bab24ed2936f2a8cedb8bd076fe7a3f26cf9/themes/book/app/entry.client.tsx I...

I found this today (https://github.com/toroidal-code/synonymous.el) and it works good, but it's open a `x-menu`. So, maybe it's possible to take those options/suggestions and display them into the helm buffer.

I found different situations: 1. with this scenario, it works ```python def myfunction(a, b, c): """One-line description here. Long description here. :param a: a :param b: b :param c: c...