Skip to content

Commit

Permalink
Merge pull request #682 from openedx/feanil/fix_docs_config
Browse files Browse the repository at this point in the history
build: Fix docs build.
  • Loading branch information
Feanil Patel authored Oct 20, 2023
2 parents 16e5751 + 5fc862d commit 4ba11b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ formats:
- pdf
- epub

# Set the version of python needed to build these docs.
build:
os: "ubuntu-22.04"
tools:
python: "3.8"

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- requirements: requirements/doc.txt

0 comments on commit 4ba11b4

Please sign in to comment.