File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3636# Add any Sphinx extension module names here, as strings. They can be
3737# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3838# ones.
39- extensions = ["myst_parser" , "sphinx_copybutton" ]
39+ extensions = [
40+ "myst_parser" ,
41+ "sphinx_copybutton" ,
42+ "notfound.extension" ,
43+ ]
4044
4145# Add any paths that contain templates here, relative to this directory.
4246templates_path = ["_templates" ]
8185 "css/main.css" ,
8286]
8387html_js_files = ["js/app.js" ]
88+
89+ notfound_no_urls_prefix = True
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ sphinx-copybutton==0.5.1
77mdformat==0.7.16
88mdformat-myst==0.1.5
99mdformat-frontmatter==0.4.1
10+ sphinx-notfound-page==0.8.3
1011
1112# hypernode/ requirements
1213beautifulsoup4==4.11.1
You can’t perform that action at this time.
0 commit comments