Skip to content

Commit

Permalink
bump sphinx and readthedocs py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed May 3, 2023
1 parent dd8f87a commit 972a1c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
13 changes: 12 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: requirements-docs.txt
- method: pip
path: .
extra_requirements:
- docs
1 change: 0 additions & 1 deletion requirements-docs.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"types-protobuf==3.19.13",
],
"docs": [
"sphinx>=5.0.0",
"sphinx>=6.0.0",
"sphinx_rtd_theme>=1.0.0",
"towncrier>=21,<22",
],
Expand Down

0 comments on commit 972a1c2

Please sign in to comment.