Skip to content

Commit

Permalink
Try to fix readthedocs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherbjorn committed Mar 5, 2024
1 parent 1c77343 commit adfa6bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

python:
setup_py_install: true
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sphinx>=1.7.6

0 comments on commit adfa6bc

Please sign in to comment.