Skip to content

Commit

Permalink
Merge pull request #98 from openedx/feanil/update_rtd_config
Browse files Browse the repository at this point in the history
docs: Update RTD Config.
  • Loading branch information
Feanil Patel authored Oct 17, 2023
2 parents a57d06b + a07338f commit 7ee7adb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ sphinx:
configuration: docs/conf.py
fail_on_warning: true

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

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

0 comments on commit 7ee7adb

Please sign in to comment.