Skip to content

Commit 2ec2cbc

Browse files
committed
update conf.py and requirements to include sphinx-design
1 parent d87eb6f commit 2ec2cbc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'sphinx_gallery.load_style',
4343
'sphinx_copybutton',
4444
'sphinx_panels',
45+
'sphinx_design',
4546
'jupyter_sphinx',
4647
]
4748

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ pytest
55
rpy2
66

77
# doc
8-
sphinx==7.0.1
8+
sphinx==6.1.3
99
sphinx-copybutton
10-
nbsphinx==0.9.1
10+
nbsphinx==0.9.2
1111
ipykernel
1212
sphinx-gallery
1313
sphinx-panels
14+
sphinx-design
1415
jupyter-sphinx
1516
pydata-sphinx-theme==0.13.3
1617
matplotlib

0 commit comments

Comments
 (0)