Skip to content

Commit

Permalink
Setup readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
MKuranowski committed Jul 28, 2024
1 parent 794576e commit 3b8e167
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
build:
os: ubuntu-lts-latest
tools:
python: "3"
python:
install:
- requirements: docs/requirements.txt
- path: .
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true
5 changes: 2 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
sphinx
furo
-e ..
sphinx ~= 7.4
furo >= 2024.7.18

0 comments on commit 3b8e167

Please sign in to comment.