We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f708df1 commit cff450cCopy full SHA for cff450c
.readthedocs.yaml
@@ -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
@@ -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 commit comments