Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ build:
# Note $DKIST_SAMPLE_DIR is set by RTD to ~/dkist_data
- python -c "from dkist.data.sample import download_all_sample_data; download_all_sample_data()"
- python -c "from dkist.data.sample import VISP_L1_KMUPT; print(VISP_L1_KMUPT)"
build:
html:
- python -m sphinx -T -j 1 -b html -d docs/_build/doctrees -D language=en docs/ $READTHEDOCS_OUTPUT/html

conda:
environment: .rtd-environment.yml
Expand All @@ -22,9 +25,6 @@ sphinx:
configuration: docs/conf.py
fail_on_warning: false

formats:
- htmlzip

python:
install:
- method: pip
Expand Down
Loading