diff --git a/.readthedocs.yml b/.readthedocs.yml index f10aa62..ccfcd98 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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 \ No newline at end of file diff --git a/hermes_eea/data/hermes_EEA_l0_2023045-000000_v0.bin b/hermes_eea/data/hermes_EEA_l0_2023045-000000_v0.bin new file mode 100644 index 0000000..a7cf7d8 Binary files /dev/null and b/hermes_eea/data/hermes_EEA_l0_2023045-000000_v0.bin differ