File tree Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change
1
+ ==============
2
+ Page not found
3
+ ==============
4
+
5
+ This page may have been moved.
6
+
7
+ Please select a page from the side menu or visit our homepage at
8
+ https://jupyter-tutorial.readthedocs.io/en/latest/.
Original file line number Diff line number Diff line change 40
40
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
41
41
# ones.
42
42
extensions = [
43
- "nbsphinx" ,
44
43
"IPython.sphinxext.ipython_console_highlighting" ,
45
- # 'jupyter_sphinx.execute',
44
+ # "jupyter_sphinx.execute",
45
+ "nbsphinx" ,
46
+ "notfound.extension" ,
46
47
"sphinx.ext.autodoc" ,
47
- "sphinx.ext.intersphinx" ,
48
48
"sphinx.ext.graphviz" ,
49
+ "sphinx.ext.intersphinx" ,
49
50
"sphinx.ext.todo" ,
50
- "sphinxcontrib.cairosvgconverter" ,
51
- "sphinxext.opengraph" ,
52
51
"sphinx_copybutton" ,
53
52
"sphinx_inline_tabs" ,
53
+ "sphinxcontrib.cairosvgconverter" ,
54
+ "sphinxext.opengraph" ,
54
55
]
55
56
56
57
# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -16,17 +16,18 @@ dependencies = []
16
16
17
17
[project .optional-dependencies ]
18
18
docs = [
19
- " sphinx<8.2" ,
20
19
" furo" ,
21
20
" ipython" ,
22
21
" ipywidgets" ,
22
+ " matplotlib" , # matplotlib is required for social cards
23
23
" nbsphinx" ,
24
- " sphinxext.opengraph" , # matplotlib is required for social cards
25
- " matplotlib" ,
26
- " sphinx_copybutton" ,
24
+ " sphinx<8.2" ,
27
25
" sphinx-inline-tabs" ,
28
- " sphinxcontrib-svg2pdfconverter" ,
29
26
" sphinx-lint" ,
27
+ " sphinx-notfound-page" ,
28
+ " sphinx_copybutton" ,
29
+ " sphinxcontrib-svg2pdfconverter" ,
30
+ " sphinxext.opengraph"
30
31
]
31
32
32
33
dev = [
You can’t perform that action at this time.
0 commit comments