Skip to content

Commit

Permalink
Upgrade Sphinx used by Read the Docs (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 30, 2021
1 parent d638ac1 commit 1ba0705
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.10"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx==4.2.0

0 comments on commit 1ba0705

Please sign in to comment.