Skip to content

Commit

Permalink
Add a little more detail in the RTD yaml config [decent_ci_skip] [act…
Browse files Browse the repository at this point in the history
…ions skip]
  • Loading branch information
Myoldmopar committed Feb 21, 2024
1 parent d498c39 commit 4e90312
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@ version: 2

sphinx:
configuration: doc/readthedocs/sphinx/conf.py
builder: html

build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- doxygen

# read the docs image build already includes sphinx-rtd-theme, so this isn't needed
# however, keeping it here and running it on RTD is a near zero cost operation and makes sure the requirements are ok
python:
install:
- requirements: doc/readthedocs/requirements.txt

submodules:
exclude: all

0 comments on commit 4e90312

Please sign in to comment.