Skip to content

Commit dc9a5ad

Browse files
committed
FIX: only update sphinx
1 parent 5bd2456 commit dc9a5ad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "mambaforge-latest"
6+
python: "mambaforge-22.9"
77

88
python:
99
install:

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# source_encoding = "utf-8-sig"
7575

7676
# Generate the plots for the gallery
77-
plot_gallery = "True"
77+
plot_gallery = True
7878

7979
# The master toctree document.
8080
master_doc = "index"

environment.doc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies:
77
- numpydoc=1.1.0
88
- pandas=1.3.5
99
- python=3.10
10-
- scikit-learn=1.5.0
10+
- scikit-learn
1111
- sphinx=5.3.0
12-
- sphinx-gallery=0.16.0
13-
- sphinx_rtd_theme=2.0.0
14-
- typing_extensions=4.0.1
12+
- sphinx-gallery=0.10.1
13+
- sphinx_rtd_theme=1.0.0
14+
- typing_extensions=4.0.1

0 commit comments

Comments
 (0)