Skip to content

Commit ae09939

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

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
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: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ 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
12+
jobs:
13+
install:
14+
- pip install --group 'docs'
1215

1316
mkdocs:
1417
configuration: mkdocs.yml
15-
16-
# Optionally declare the Python requirements required to build your docs
17-
python:
18-
install:
19-
- requirements: docs/requirements.txt

requirements.txt

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

0 commit comments

Comments
 (0)