Skip to content

Commit

Permalink
docs: Update RTD Config.
Browse files Browse the repository at this point in the history
RTD deprectade defining the python version in the python top-level
setting.  It now has to be part of the build OS which is a required
setting.

I also added graphviz here in-case we want to add diagrams in the aspect
docs.
  • Loading branch information
feanil committed Oct 17, 2023
1 parent a57d06b commit eea700f
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 eea700f

Please sign in to comment.