We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b140f1f commit 1770285Copy full SHA for 1770285
.readthedocs.yml
@@ -5,13 +5,7 @@ version: 2
5
sphinx:
6
configuration: docs/source/conf.py
7
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
+python:
+ install:
+ - requirements: docs/requirements.txt
17
docs/requirements.txt
@@ -0,0 +1 @@
1
+sphinx-autodoc-typehints~=1.18.1
0 commit comments