Skip to content

Commit

Permalink
Fix Sphinx dependencies for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
Widl Edmund authored and Widl Edmund committed Jan 8, 2024
1 parent 30bbb9b commit 77b2f06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down
5 changes: 3 additions & 2 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx==1.8.5
sphinx_rtd_theme
jinja2==3.0.0
sphinx==3.4
sphinx_rtd_theme

0 comments on commit 77b2f06

Please sign in to comment.