Skip to content

Commit

Permalink
Merge pull request #121 from ssciwr/fix-rtd-config
Browse files Browse the repository at this point in the history
build.os is now mandatory in RTD config
  • Loading branch information
dokempf authored Aug 21, 2024
2 parents b1fcf07 + 1421c1e commit e5583af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions {{cookiecutter.project_slug}}/.readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ submodules:
include: all
recursive: true

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

python:
install:
- requirements: doc/requirements-rtd.txt
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/doc/requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
breathe==4.24.1
cmake==3.18.4
Jinja2<3.1
breathe
cmake
sphinx_rtd_theme

0 comments on commit e5583af

Please sign in to comment.