Skip to content

Commit cff450c

Browse files
committed
Add the now mandatory .readthedocs.yaml config file
1 parent f708df1 commit cff450c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
build:
3+
os: ubuntu-22.04
4+
apt_packages:
5+
- cmake
6+
tools:
7+
python: "3.8"
8+
jobs:
9+
pre_build:
10+
- cmake . -DDOC_HTML=On -DDOC_HTML_THEME=sphinx_rtd_theme
11+
- cp doc/conf.py doc/src/conf.py # https://github.com/readthedocs/readthedocs.org/issues/7883
12+
sphinx:
13+
configuration: doc/src/conf.py
14+
python:
15+
install:
16+
- requirements: doc/requirements.txt

doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
Sphinx==2.4.5
2+
Jinja2<3.1
13
https://github.com/djungelorm/sphinx-tabs/releases/download/v1.1.11/sphinx-tabs-1.1.11.tar.gz

0 commit comments

Comments
 (0)