We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d7fda commit df28e50Copy full SHA for df28e50
.readthedocs.yml
@@ -1,15 +1,22 @@
1
version: 2
2
formats: [] # Do not build epub and pdf
3
4
-# This adds mambaforge for the installation
5
-build:
6
- os: "ubuntu-20.04"
7
- tools:
8
- python: "mambaforge-4.10"
9
-
10
python:
11
install:
12
- - method: pip
13
- path: .
14
-conda:
15
- environment: docs/conda-environment.yml
+ - requirements: "requirements-docs.txt"
+ - method: "pip"
+ path: "."
+
+sphinx:
+ configuration: docs/conf.py
+build:
+ os: "ubuntu-22.04"
+ tools:
16
+ python: "3"
17
+ apt_packages:
18
+ - python3
19
+ - python3-pip
20
+ - cmake
21
+ - git
22
+ - googletest
0 commit comments