Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Apr 28, 2024
1 parent a5fa07b commit 2fcfc20
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 100 deletions.
26 changes: 13 additions & 13 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

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

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

formats:
- htmlzip

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


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

5 changes: 3 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx<7
sphinx_rtd_theme
sequana_sphinxext
pillow<=9.5.0
pillow<=10.3.0
sphinx_gallery
sphinx_copybutton
17 changes: 0 additions & 17 deletions setup.cfg

This file was deleted.

68 changes: 0 additions & 68 deletions setup.py

This file was deleted.

0 comments on commit 2fcfc20

Please sign in to comment.