Skip to content

Commit 2810fd4

Browse files
committed
Simplify docs conf
Signed-off-by: Bernát Gábor <[email protected]>
1 parent a66c062 commit 2810fd4

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Diff for: .readthedocs.yaml

-15
This file was deleted.

Diff for: .readthedocs.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
build:
3+
os: ubuntu-22.04
4+
tools:
5+
python: "3"
6+
python:
7+
install:
8+
- method: pip
9+
path: .
10+
extra_requirements:
11+
- docs
12+
sphinx:
13+
builder: html
14+
configuration: docs/conf.py
15+
fail_on_warning: true

0 commit comments

Comments
 (0)