Skip to content

Commit 90ad7f1

Browse files
committed
add req
1 parent aa6a76e commit 90ad7f1

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.9"
7+
8+
sphinx:
9+
configuration: docs/source/conf.py
10+
11+
python:
12+
install:
13+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
sphinx>=7.1.2
2+
sphinx-rtd-theme>=1.3.0
3+
myst-parser>=2.0.0
4+
sphinx-copybutton>=0.5.2
5+
sphinx-design>=0.5.0
6+
sphinx-autodoc-typehints>=1.25.2
7+
sphinx-autoapi>=3.0.0

0 commit comments

Comments
 (0)