Skip to content

Commit

Permalink
Merge pull request #2169 from openedx/feanil/rtd_maintenance
Browse files Browse the repository at this point in the history
build: Add project specific RTD files.
  • Loading branch information
feanil committed Aug 7, 2023
2 parents 2ededa6 + c5cc80c commit 5805f4b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
18 changes: 18 additions & 0 deletions en_us/discovery_api/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: 'en_us/discovery_api/source/conf.py'

python:
install:
- requirements: 'requirements/base.txt'
18 changes: 18 additions & 0 deletions en_us/edx_style_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: 'en_us/edx_style_guide/source/conf.py'

python:
install:
- requirements: 'requirements/base.txt'
18 changes: 18 additions & 0 deletions en_us/landing_page/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: 'en_us/landing_page/source/conf.py'

python:
install:
- requirements: 'requirements/base.txt'

0 comments on commit 5805f4b

Please sign in to comment.