Skip to content

Commit 3972a84

Browse files
committed
Configure Read the Docs
readthedocs.org build every commit pushed on `master`. However builds have been failing for the past two months, because they now require a config file. I assumed that config file was added, but I was wrong. So I added it.
1 parent 0cd725d commit 3972a84

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .readthedocs.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Read the Docs configuration file for MkDocs projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3"
10+
11+
mkdocs:
12+
configuration: mkdocs.yml

0 commit comments

Comments
 (0)