Skip to content

Commit

Permalink
🔧 Add RTD configs and remove GH pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
jnywong committed Oct 24, 2024
1 parent b011219 commit dba2adb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 46 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/deploy.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Configuration on how ReadTheDocs (RTD) builds our documentation
# ref: https://readthedocs.org/projects/frx-challenges/
# ref: https://docs.readthedocs.io/en/stable/config-file/v2.html
#
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"
nodejs: "18"
commands:
- mkdir $READTHEDOCS_OUTPUT
- cd docs
- pip install -r requirements.txt
- myst build --html --ci --check-links
- cp --recursive _build/* $READTHEDOCS_OUTPUT/

# Explicitly opt out of trying to build additional formats such as PDF and ePub
formats: []

0 comments on commit dba2adb

Please sign in to comment.