Manuel Kaufmann
Manuel Kaufmann
We don't plan to implement this in the near future, so I think it's better to close it. Users wanting to use a URI can use `build.jobs.pre_install` or similar to...
> It would be nice to see an example of a value for `READTHEDOCS_CANONICAL_URL` as well Thanks for the suggestion. It seems we only have the example values for this...
> I'm not clear why it would be useful for the canonical URL to have the specific version slug in it, shouldn't every version have the same canonical? I understand...
We have some docs now: - Sphinx: https://docs.readthedocs.io/en/stable/intro/sphinx.html#set-the-canonical-url - Material for MkDocs: https://docs.readthedocs.io/en/stable/intro/mkdocs.html#set-the-canonical-url We will keep adding how to use the canonical URL in other frameworks as well.
Hrm, this is due this code: https://github.com/readthedocs/sphinx_rtd_theme/blob/7b894f5e7a5053dd35de406bc779020c229f20a9/sphinx_rtd_theme/static/js/versions.js_t#L2-L3 which renders as: ``` const themeVersionSelector = "False"; const themeLanguageSelector = "True"; ``` We should update it to use a filter to make...
I just released v3.0.2 that includes this fix. Please let us know if it works as expected.
Hi @dylanh724. Thanks for reporting this. Can you share a URL for a project hitting this issue?
Interesting. Can you share a minimal reproducible example that we can execute in our side to see it in action and debug it?
You will able to use "partial overrides" when https://github.com/readthedocs/readthedocs.org/pull/11710 gets merged, with something like the following: ```yaml build: os: ubuntu-22.04 tools: python: "3.9" jobs: create_environment: - python -m pip install...
We have documented how to use poetry in our documentation: https://docs.readthedocs.com/platform/latest/build-customization.html#install-dependencies-with-poetry