Skip to content

Commit 56de273

Browse files
authored
Merge pull request #55 from simai-ml/add-readthedocs-ci
Update readthedocs yml file
2 parents d5d4fe3 + e888636 commit 56de273

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.readthedocs.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
version: 2
22

3+
build:
4+
image: latest
5+
36
python:
4-
install:
7+
version: 3.8
8+
install:
59
- method: pip
610
path: .
711

12+
conda:
13+
environment: doc/environment.yml
14+
815
sphinx:
916
builder: html
1017
configuration: doc/conf.py
1118
fail_on_warning: false
12-
13-
build:
14-
image: latest
15-
16-
conda:
17-
environment: doc/environment.yml

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ How does **MAPIE** works ? It is basically based on cross-validation and relies
151151
**MAPIE** then combines all these elements in a way that provides prediction intervals on new data with strong theoretical guarantees [1].
152152

153153
.. image:: https://github.com/simai-ml/MAPIE/raw/master/doc/images/mapie_internals.png
154-
:width: 400
154+
:width: 300
155155
:align: center
156156

157157
The full documentation can be found `on this link <https://mapie.readthedocs.io/en/latest/>`_.

0 commit comments

Comments
 (0)