File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ dependencies:
41
41
- sphinx-notfound-page
42
42
- sphinx-togglebutton
43
43
- sphinx
44
+ - jupyterlite-sphinx
44
45
- versioningit
45
46
- nltk
46
47
- scikit-image
Original file line number Diff line number Diff line change 42
42
"sphinx_togglebutton" ,
43
43
"sphinx_copybutton" ,
44
44
"notfound.extension" ,
45
+ "jupyterlite_sphinx" ,
45
46
]
46
47
47
48
templates_path = ["_templates" ]
81
82
"html_admonition" ,
82
83
"colon_fence" ,
83
84
]
85
+
86
+ # Jupyterlite configuration
87
+ jupyterlite_contents = ["notebooks/" ]
88
+
84
89
html_theme_options = {
85
90
"show_toc_level" : 2 ,
86
91
"repository_url" : "https://github.com/pipefunc/pipefunc" ,
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ docs = [
56
56
" sphinx-notfound-page" ,
57
57
" sphinx-togglebutton" ,
58
58
" sphinx" ,
59
+ " jupyterlite-sphinx" ,
59
60
" versioningit" ,
60
61
# Used for the example notebook
61
62
" nltk" ,
You can’t perform that action at this time.
0 commit comments