Skip to content

Commit 0caf38f

Browse files
committed
use --group in RTD config
1 parent 2544414 commit 0caf38f

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ repos:
88
- id: check-yaml
99
# special mkdocs config to include inline icons fails (see `pymdownx.emoji` in mkdocs.yml)
1010
args: ['--unsafe'] # use `--unsafe` to workaround yaml loading
11-
- id: requirements-txt-fixer

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ version: 2
66

77
# Set the version of Python and other tools you might need
88
build:
9-
os: ubuntu-22.04
9+
os: ubuntu-24.04
1010
tools:
11-
python: "3.12"
11+
python: latest
1212

1313
mkdocs:
1414
configuration: mkdocs.yml
1515

1616
# Optionally declare the Python requirements required to build your docs
1717
python:
1818
install:
19-
- requirements: docs/requirements.txt
19+
- pip install --group 'docs'

requirements.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)