Skip to content

Commit

Permalink
Add the now mandatory .readthedocs.yaml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
baylej committed Mar 11, 2024
1 parent f708df1 commit cff450c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
build:
os: ubuntu-22.04
apt_packages:
- cmake
tools:
python: "3.8"
jobs:
pre_build:
- cmake . -DDOC_HTML=On -DDOC_HTML_THEME=sphinx_rtd_theme
- cp doc/conf.py doc/src/conf.py # https://github.com/readthedocs/readthedocs.org/issues/7883
sphinx:
configuration: doc/src/conf.py
python:
install:
- requirements: doc/requirements.txt
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Sphinx==2.4.5
Jinja2<3.1
https://github.com/djungelorm/sphinx-tabs/releases/download/v1.1.11/sphinx-tabs-1.1.11.tar.gz

0 comments on commit cff450c

Please sign in to comment.