Skip to content

Commit cf122f0

Browse files
authored
Wrong File names for RTD (#98)
1 parent b629e45 commit cf122f0

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

.readthedocs.yaml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "mambaforge-4.10"
7+
jobs:
8+
post_checkout:
9+
- git fetch --unshallow || true
10+
pre_install:
11+
- git update-index --assume-unchanged .rtd-environment.yml docs/conf.py
12+
13+
conda:
14+
environment: .rtd-environment.yml
15+
16+
sphinx:
17+
builder: html
18+
configuration: docs/conf.py
19+
fail_on_warning: false
20+
21+
python:
22+
install:
23+
- method: pip
24+
extra_requirements:
25+
- all
26+
- docs
27+
path: .

.readthedocs.yml

-7
This file was deleted.

.rtd-environment.yml

+7-27
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,7 @@
1-
version: 2
2-
3-
build:
4-
os: ubuntu-22.04
5-
tools:
6-
python: "mambaforge-4.10"
7-
jobs:
8-
post_checkout:
9-
- git fetch --unshallow || true
10-
pre_install:
11-
- git update-index --assume-unchanged .rtd-environment.yml docs/conf.py
12-
13-
conda:
14-
environment: .rtd-environment.yml
15-
16-
sphinx:
17-
builder: html
18-
configuration: docs/conf.py
19-
fail_on_warning: false
20-
21-
python:
22-
install:
23-
- method: pip
24-
extra_requirements:
25-
- all
26-
- docs
27-
path: .
1+
name: rtd_soar
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.11
6+
- pip
7+
- graphviz!=2.42.*,!=2.43.*

0 commit comments

Comments
 (0)