Skip to content

Commit dd217fe

Browse files
clickingbuttonsclickingbuttons
authored andcommitted
try fix readthedocs build
1 parent 5ff5a5a commit dd217fe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# https://docs.readthedocs.io/en/latest/config-file/index.html#configuration-file
2+
version: 2
3+
4+
# Build documentation in the docs/ directory with Sphinx
5+
sphinx:
6+
configuration: docs/source/conf.py
7+
8+
python:
9+
version: 3.10
10+
install:
11+
- method: pip
12+
path: .
13+
extra_requirements:
14+
- sphinx-autodoc-typehints~=1.18.1
15+

0 commit comments

Comments
 (0)