Skip to content

Commit 68cc947

Browse files
authored
bump sphinx and readthedocs py version (ethereum#2945)
1 parent dd8f87a commit 68cc947

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.readthedocs.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.8"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
311
python:
412
install:
5-
- requirements: requirements-docs.txt
13+
- method: pip
14+
path: .
15+
extra_requirements:
16+
- docs

newsfragments/2945.internal.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump sphinx and readthedocs py versions

requirements-docs.txt

-1
This file was deleted.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"types-protobuf==3.19.13",
2020
],
2121
"docs": [
22-
"sphinx>=5.0.0",
22+
"sphinx>=5.3.0",
2323
"sphinx_rtd_theme>=1.0.0",
2424
"towncrier>=21,<22",
2525
],

0 commit comments

Comments
 (0)