Skip to content

Commit

Permalink
Fix RTD documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Jan 4, 2024
1 parent b5592a0 commit 975f4e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
version: 2
sphinx:
configuration: doc/conf.py
builder: html


formats:
- htmlzip

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


formats: []
python:
version: 3.8
install:
- method: pip
path: .
- requirements: doc/requirements.txt

# if present, this section is used and python section ignored before sphinx is built
#conda:
Expand Down
3 changes: 3 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx>=3
sphinx_rtd_theme
sequana_sphinxext

0 comments on commit 975f4e3

Please sign in to comment.