diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 60e9a43..a6066a8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,4 +5,4 @@ build: commands: - curl -LsSf https://astral.sh/uv/install.sh | sh - ~/.local/bin/uv tool install tox --with tox-uv -p 3.14 --managed-python - - ~/.local/bin/tox run -e docs -- + - ~/.local/bin/tox run -e docs -- "$READTHEDOCS_OUTPUT/html" diff --git a/docs/explanation.rst b/docs/explanation.rst index 9b219d2..3b65f4f 100644 --- a/docs/explanation.rst +++ b/docs/explanation.rst @@ -2,7 +2,7 @@ How it works ============ Where does python-discovery look? -------------------------------- +--------------------------------- When you call :func:`~python_discovery.get_interpreter`, the library checks several locations in order. It stops as soon as it finds an interpreter that matches your spec. diff --git a/docs/index.rst b/docs/index.rst index 4f0bd7b..6e1e622 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ python-discovery -============ +================ You may have multiple Python versions installed on your machine -- system Python, versions from `pyenv `_, `mise `_,