Skip to content

Commit d7be734

Browse files
committed
Add a configuration for Read the Docs
1 parent 1c4391f commit d7be734

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.11"
8+
9+
# Build documentation in the docs/ directory with Sphinx
10+
sphinx:
11+
builder: "html"
12+
configuration: "docs/conf.py"
13+
fail_on_warning: true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Stewardship
2+
-----------
3+
4+
* Add a `Read the Docs <https://readthedocs.org/>`_ configuration.

0 commit comments

Comments
 (0)