Skip to content

Commit 2810fd4

Browse files
committed
Simplify docs conf
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
1 parent a66c062 commit 2810fd4

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.readthedocs.yml

Lines changed: 15 additions & 0 deletions
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)