Skip to content

Commit

Permalink
Merge pull request #211 from t20100/readthedocs
Browse files Browse the repository at this point in the history
Updated readthedocs configuration
  • Loading branch information
vasole authored Nov 24, 2022
2 parents c6779aa + c7dac00 commit b7ef688
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 b7ef688

Please sign in to comment.