Skip to content

Commit d10dbe8

Browse files
committed
ci: Update readthedocs config
Read The Docs has added a few new required config options.
1 parent 953d3dc commit d10dbe8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.readthedocs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
version: 2
22

3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3"
7+
38
python:
49
install:
510
- requirements: docs/requirements.txt
11+
12+
sphinx:
13+
configuration: docs/conf.py

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
sphinxcontrib-autoprogram>=0.1.5
22
sphinx>=3.2.1
3+
sphinx_rtd_theme>=1.0.0

0 commit comments

Comments
 (0)