Skip to content

Commit 46719c7

Browse files
committed
Add config file for ReadTheDocs
1 parent 8e31a8f commit 46719c7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Diff for: .readthedocs.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+
3+
# Required
4+
version: 2
5+
6+
sphinx:
7+
builder: html
8+
configuration: docs/source/conf.py
9+
10+
build:
11+
os: "ubuntu-22.04"
12+
tools:
13+
python: "3.11"
14+
jobs:
15+
pre_build:
16+
- make -C docs/ apidoc
17+
18+
# Optionally set the version of Python and requirements required to build your docs
19+
python:
20+
install:
21+
- requirements: readthedocs.txt

Diff for: readthedocs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests
1+
-r requirements.txt

0 commit comments

Comments
 (0)