Skip to content

Commit 064f9e9

Browse files
authored
Modern readthedocs config (#23)
2 parents c169e1f + ff41c8e commit 064f9e9

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
3+
# Set the version of Python and other tools you might need
4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3"
8+
9+
# Build documentation in the docs/ directory with Sphinx
10+
sphinx:
11+
configuration: docs/conf.py
12+
13+
python:
14+
install:
15+
- method: pip
16+
path: .

requirements_rtd.txt

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

0 commit comments

Comments
 (0)