Skip to content

Commit de3d758

Browse files
Removes requirements.txt from docs folder
1 parent ba3a45c commit de3d758

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

.readthedocs.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
version: 2
22

3-
python:
4-
version: 3.7
5-
install:
6-
- requirements: docs/requirements.txt
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.10"
7+
jobs:
8+
pre_create_environment:
9+
- asdf plugin add poetry
10+
- asdf install poetry latest
11+
- asdf global poetry latest
12+
- poetry config virtualenvs.create false
13+
- poetry export --with dev --format=requirements.txt --output=requirements.txt
714

815
sphinx:
916
configuration: docs/conf.py
1017
fail_on_warning: true
1118

19+
python:
20+
install:
21+
- requirements: requirements.txt
22+
1223
formats: all

docs/requirements.txt

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

0 commit comments

Comments
 (0)