Skip to content

Commit

Permalink
Update readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhi committed Mar 3, 2024
1 parent 45a1128 commit b816ffb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ version: 2

formats: all

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

python:
version: 3.12
install:
- requirements: requirements/development.txt
- path: .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ development = [
"flake8~=7.0",
"flake8-docstrings~=1.6",
"pip-tools~=7.3",
"sphinx~=4.0.3",
"sphinx~=7.1.2",
"build~=0.9",
]

Expand Down
8 changes: 4 additions & 4 deletions requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=development --output-file=requirements/development.txt pyproject.toml
Expand Down Expand Up @@ -32,7 +32,7 @@ coveralls==3.3.1
# via pyfatfs (pyproject.toml)
docopt==0.6.2
# via coveralls
docutils==0.16
docutils==0.20.1
# via sphinx
flake8==7.0.0
# via
Expand Down Expand Up @@ -99,7 +99,7 @@ snowballstemmer==2.2.0
# via
# pydocstyle
# sphinx
sphinx==4.0.3
sphinx==7.1.2
# via pyfatfs (pyproject.toml)
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand All @@ -111,7 +111,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
toml==0.10.2
# via
Expand Down

0 comments on commit b816ffb

Please sign in to comment.