Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Jan 27, 2025
1 parent a44486e commit 3905cd4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@

version: 2
sphinx:
configuration: doc/conf.py
builder: html

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

formats:
- htmlzip

formats: []
python:
# install doc/requirements at the end to make sure pillow 9.5.0 is used
# also needs sphinx <7
install:
- method: pip
path: .


sphinx:
builder: html
configuration: doc/conf.py
fail_on_warning: false
- method: pip
path: .
- requirements: doc/requirements.txt

8 changes: 8 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
numpydoc
sphinx<7
sphinx_rtd_theme
sequana_sphinxext
pillow<=10.3.0
sphinx_gallery
sphinx_copybutton
sphinxcontrib_googleanalytics

0 comments on commit 3905cd4

Please sign in to comment.