File tree Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Expand file tree Collapse file tree 3 files changed +21
-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://python-basics-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 ones.
41
41
extensions = [
42
42
"nbsphinx" ,
43
+ "notfound.extension" ,
43
44
"pygments_pytest" ,
44
45
"sphinx.ext.autodoc" ,
45
- "sphinx.ext.viewcode" ,
46
46
"sphinx.ext.graphviz" ,
47
47
"sphinx.ext.intersphinx" ,
48
- "sphinxcontrib.plantuml" ,
49
- "sphinxcontrib.cairosvgconverter" ,
50
- "sphinxext.opengraph" ,
48
+ "sphinx.ext.intersphinx" ,
49
+ "sphinx.ext.viewcode" ,
51
50
"sphinx_copybutton" ,
52
51
"sphinx_inline_tabs" ,
52
+ "sphinxcontrib.cairosvgconverter" ,
53
+ "sphinxcontrib.plantuml" ,
54
+ "sphinxext.opengraph" ,
53
55
]
54
56
55
57
plantuml = "plantuml"
Original file line number Diff line number Diff line change @@ -19,15 +19,16 @@ docs = [
19
19
" furo" ,
20
20
" ipython" ,
21
21
" ipywidgets" ,
22
+ " matplotlib" , # matplotlib is required for social cards
22
23
" nbsphinx" ,
23
- " sphinxext.opengraph" , # matplotlib is required for social cards
24
- " matplotlib" ,
25
- " sphinx_copybutton" ,
24
+ " pygments-pytest" ,
26
25
" sphinx-inline-tabs" ,
27
- " sphinxcontrib.plantuml" ,
28
- " sphinxcontrib-svg2pdfconverter" ,
29
26
" sphinx-lint" ,
30
- " pygments-pytest" ,
27
+ " sphinx-notfound-page" ,
28
+ " sphinx_copybutton" ,
29
+ " sphinxcontrib-svg2pdfconverter" ,
30
+ " sphinxcontrib.plantuml" ,
31
+ " sphinxext.opengraph" ,
31
32
]
32
33
33
34
dev = [
You can’t perform that action at this time.
0 commit comments