Skip to content

Commit 8254844

Browse files
authored
πŸ› fix(docs): fix ReadTheDocs build (#29)
1 parent c318723 commit 8254844

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.readthedocs.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ build:
55
commands:
66
- curl -LsSf https://astral.sh/uv/install.sh | sh
77
- ~/.local/bin/uv tool install tox --with tox-uv -p 3.14 --managed-python
8-
- ~/.local/bin/tox run -e docs --
8+
- ~/.local/bin/tox run -e docs -- "$READTHEDOCS_OUTPUT/html"

β€Ždocs/explanation.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ How it works
22
============
33

44
Where does python-discovery look?
5-
-------------------------------
5+
---------------------------------
66

77
When you call :func:`~python_discovery.get_interpreter`, the library checks several locations in
88
order. It stops as soon as it finds an interpreter that matches your spec.

β€Ždocs/index.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python-discovery
2-
============
2+
================
33

44
You may have multiple Python versions installed on your machine -- system Python, versions from
55
`pyenv <https://github.com/pyenv/pyenv>`_, `mise <https://mise.jdx.dev/>`_,

0 commit comments

Comments
Β (0)