Skip to content

Commit 06c7433

Browse files
authored
Fix ReadTheDocs (#11419)
Resolves #11412
1 parent e9c7e10 commit 06c7433

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.readthedocs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
3+
python:
4+
version: 3.7
5+
install:
6+
- requirements: docs/requirements-docs.txt
7+
8+
sphinx:
9+
configuration: docs/source/conf.py
10+
fail_on_warning: true
11+
12+
formats: all

docs/requirements-docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Sphinx >= 1.4.4
2-
sphinx-rtd-theme >= 0.1.9
1+
sphinx>=4.2.0,<5.0.0
2+
sphinx-rtd-theme>=1.0.0,<2.0.0

0 commit comments

Comments
 (0)