Skip to content

Commit dc8f151

Browse files
authored
Merge pull request #581 from stackhpc/rtd-fix
Fix documentation builds on Read the Docs
2 parents 73e222e + 10d5d7c commit dc8f151

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.readthedocs.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
# Required
5+
version: 2
6+
7+
# Set the version of Python and other tools you might need
8+
build:
9+
apt_packages:
10+
- tox
11+
os: ubuntu-22.04
12+
tools:
13+
python: "3.11"
14+
15+
# Build documentation in the doc/source/ directory with Sphinx
16+
sphinx:
17+
configuration: doc/source/conf.py
18+
19+
# We recommend specifying your dependencies to enable reproducible builds:
20+
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
21+
python:
22+
install:
23+
- requirements: doc/requirements.txt
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes documentation builds on Read the Docs.

0 commit comments

Comments
 (0)