Skip to content

Commit

Permalink
Try to fix the docs build (haskell#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj authored May 5, 2023
1 parent cda1325 commit c841c45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ version: 2
sphinx:
configuration: docs/conf.py

build:
os: "ubuntu-22.04"
tools:
# this means the latest python 3
python: "3"

python:
version: 3.8
install:
- requirements: docs/requirements.txt
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx~=4.5.0
sphinx-rtd-theme~=1.0.0
myst-parser~=0.17.2
Sphinx~=5.3.0
sphinx-rtd-theme~=1.1.0
myst-parser~=1.0.0
docutils<0.19

0 comments on commit c841c45

Please sign in to comment.