Skip to content

Commit 10f1267

Browse files
docs: fix ReadTheDocs documentation (#1084)
* docs: fix ReadTheDocs documentation * satisfy ReadTheDocs's new 'build.os' requirement * satisfy ReadTheDocs's new 'build.tools' requirement * we're specifying the Python version twice? * does it need quotes? * style: pre-commit fixes * no, that information just moved * pre-commit * awkward requires at least Python 3.8 now * https://stackoverflow.com/a/71682736/1623645 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1f69682 commit 10f1267

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ version: 2
33
sphinx:
44
configuration: docs-sphinx/conf.py
55

6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: '3.8'
10+
611
python:
7-
version: 3.7
812
install:
913
- requirements: docs-sphinx/requirements.txt
1014
- method: pip

docs-sphinx/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
sphinx>=2.4.4
2+
sphinx-rtd-theme

0 commit comments

Comments
 (0)