Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into single_test
Browse files Browse the repository at this point in the history
  • Loading branch information
rstrub committed Jan 8, 2024
2 parents f8718f3 + d1cc226 commit 29ce88e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# .readthedocs.yml
# Read the Docs configuration file
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.9"
jobs:
pre_build:
- wget https://sdc-aws-support.s3.amazonaws.com/cdf-binaries/latest.zip
- unzip latest.zip
- pip install pip setuptools wheel --upgrade
- pip install numpy
- pip install spacepy --no-build-isolation
- pip install -e .[docs,all]

# Optionally build your docs in additional formats such as PDF and ePub
formats: []

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
- all
formats:
- pdf
- epub
Binary file not shown.

0 comments on commit 29ce88e

Please sign in to comment.