Skip to content

Commit cf2cc96

Browse files
authored
Resetting RTD env to mambaforge (#55)
1 parent 8355da8 commit cf2cc96

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.readthedocs.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,23 @@
22
# Read the Docs configuration file
33
version: 2
44

5-
# Python config
5+
# Set the OS and build tools
66
build:
77
os: ubuntu-22.04
88
tools:
9-
python: mambaforge-latest
9+
python: "mambaforge-latest"
10+
11+
# Conda settings
1012
conda:
1113
environment: ./environment.yml
1214

15+
# Sphinx settings
1316
sphinx:
1417
configuration: ./docs/conf.py
1518
builder: html
1619

20+
# Python settings
1721
python:
1822
install:
1923
- method: pip
2024
path: .
21-
22-
commands:
23-
pre_build:
24-
- locale -a
25-
- export LC_ALL=en_US.UTF-8
26-
- export LANG=en_US.UTF-8
27-
- pip install .

0 commit comments

Comments
 (0)