Skip to content

Commit

Permalink
update readthedocs config
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Lee <[email protected]>
  • Loading branch information
nekin2012 committed Feb 4, 2024
1 parent a0d6297 commit aee3b8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 2

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

sphinx:
builder: html
configuration: source/conf.py
configuration: conf.py

python:
install:
- requirements: requirements.txt
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx >= 4.5.0, < 6
sphinx_rtd_theme >= 1.0.0
sphinx-copybutton >= 0.5.0

0 comments on commit aee3b8d

Please sign in to comment.