Skip to content

Commit d32cf78

Browse files
committed
be explicit in requiring rtd theme for docs
1 parent eed49e2 commit d32cf78

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.readthedocs.yaml

+4-7
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-20.04
10+
os: ubuntu-22.04
1111
tools:
12-
python: "3.9"
13-
# You can also specify other tool versions:
14-
# nodejs: "16"
15-
# rust: "1.55"
16-
# golang: "1.17"
12+
python: "3.11"
1713

1814
# Build documentation in the docs/ directory with Sphinx
1915
sphinx:
20-
configuration: docs/source/conf.py
16+
configuration: docs/source/conf.py
2117

2218
# If using Sphinx, optionally build your docs in additional formats such as PDF
2319
# formats:
@@ -26,4 +22,5 @@ sphinx:
2622
# Optionally declare the Python requirements required to build your docs
2723
python:
2824
install:
25+
- requirements: requirements.txt
2926
- requirements: docs/requirements.txt

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
six
1+
sphinx-rtd-theme

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
six

0 commit comments

Comments
 (0)