Skip to content

Commit 1770285

Browse files
clickingbuttonsclickingbuttons
authored and
clickingbuttons
committed
try fix readthedocs build (5)
1 parent b140f1f commit 1770285

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.readthedocs.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ version: 2
55
sphinx:
66
configuration: docs/source/conf.py
77

8-
build:
9-
os: ubuntu-20.04
10-
tools:
11-
python: "3.10"
12-
jobs:
13-
pre_create_environment:
14-
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
15-
- source $HOME/.poetry/env
16-
- poetry install
8+
python:
9+
install:
10+
- requirements: docs/requirements.txt
1711

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-autodoc-typehints~=1.18.1

0 commit comments

Comments
 (0)