Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/step-doc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ jobs:
with:
activate-environment: true
- name: Install tmt[docs]
run: uv sync --frozen --extra docs

# TODO: Move this to its own extra/group
- name: Install other test dependencies
run: uv pip install sphinx-lint
if: ${{ matrix.builder == 'lint' }}
run: uv sync --frozen --group docs

- name: Cache linkcheck results
uses: actions/cache@v5
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,5 @@ repos:
- "--format=pylock.toml"
- "--output-file=pylock.toml"
- "--all-extras"
- "--all-groups"
- "--quiet"
17 changes: 7 additions & 10 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---

# Config for building https://tmt.readthedocs.io/
version: 2

sphinx:
Expand All @@ -10,12 +9,10 @@ build:
os: ubuntu-lts-latest
tools:
python: "3"
jobs:
pre_create_environment:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
create_environment:
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
install:
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --extra docs

python:
install:
- method: uv
command: sync
groups:
- docs
Loading
Loading