Skip to content

Commit 92b772f

Browse files
committed
Update docs generation
1 parent b7a59af commit 92b772f

File tree

5 files changed

+20
-430
lines changed

5 files changed

+20
-430
lines changed

.readthedocs.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ version: 2
33
build:
44
image: latest
55

6-
sphinx:
7-
configuration: docs/conf.py
8-
fail_on_warning: true
9-
106
python:
11-
version: 3.6
12-
install:
13-
- method: pip
14-
path: .
7+
version: 3.7
8+
install:
9+
- method: pip
10+
path: .
11+
- requirements: docs/requirements.txt
1512

16-
conda:
17-
environment: base_environment.yml
13+
sphinx:
14+
configuration: docs/conf.py
15+
fail_on_warning: true

docs/Makefile

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)