File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Expand file tree Collapse file tree 3 files changed +18
-8
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://pyviz-tutorial.readthedocs.io/en/latest/.
Original file line number Diff line number Diff line change 4141# ones.
4242extensions = [
4343 "nbsphinx" ,
44+ "notfound.extension" ,
4445 "sphinx.ext.autodoc" ,
45- "sphinx.ext.intersphinx" ,
4646 "sphinx.ext.graphviz" ,
47+ "sphinx.ext.intersphinx" ,
4748 "sphinx.ext.todo" ,
48- "sphinxcontrib.rsvgconverter" ,
49- "sphinxext.opengraph" ,
5049 "sphinx_copybutton" ,
5150 "sphinx_inline_tabs" ,
51+ "sphinxcontrib.rsvgconverter" ,
52+ "sphinxext.opengraph" ,
5253]
5354
5455# 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 = []
1616
1717[project .optional-dependencies ]
1818docs = [
19- " sphinx<8.2" ,
2019 " furo" ,
2120 " ipython" ,
2221 " ipywidgets" ,
23- " nbsphinx" ,
24- " sphinxext.opengraph" , # matplotlib is required for social cards
2522 " matplotlib" ,
26- " sphinx_copybutton" ,
23+ " nbsphinx" ,
24+ " sphinx<8.2" ,
2725 " sphinx-inline-tabs" ,
28- " sphinxcontrib-svg2pdfconverter" ,
2926 " sphinx-lint" ,
27+ " sphinx-notfound-page" ,
28+ " sphinx_copybutton" ,
29+ " sphinxcontrib-svg2pdfconverter" ,
30+ " sphinxext.opengraph" , # matplotlib is required for social cards
3031]
3132
3233dev = [
You can’t perform that action at this time.
0 commit comments