We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8355da8 commit cf2cc96Copy full SHA for cf2cc96
.readthedocs.yml
@@ -2,26 +2,23 @@
2
# Read the Docs configuration file
3
version: 2
4
5
-# Python config
+# Set the OS and build tools
6
build:
7
os: ubuntu-22.04
8
tools:
9
- python: mambaforge-latest
+ python: "mambaforge-latest"
10
+
11
+# Conda settings
12
conda:
13
environment: ./environment.yml
14
15
+# Sphinx settings
16
sphinx:
17
configuration: ./docs/conf.py
18
builder: html
19
20
+# Python settings
21
python:
22
install:
23
- method: pip
24
path: .
-
-commands:
- pre_build:
- - locale -a
25
- - export LC_ALL=en_US.UTF-8
26
- - export LANG=en_US.UTF-8
27
- - pip install .
0 commit comments