Skip to content

Commit

Permalink
update rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Nov 24, 2022
1 parent e6345ba commit c7dac00
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,24 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
pre_build:
- export HDF5PLUGIN_STRIP=all

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
configuration: doc/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements.txt
- method: setuptools
- method: pip
path: .
system_packages: true

0 comments on commit c7dac00

Please sign in to comment.