diff --git a/docs/_redirects b/docs/_redirects deleted file mode 100644 index 6b9a078a..00000000 --- a/docs/_redirects +++ /dev/null @@ -1,11 +0,0 @@ -/how-to/modify /how-to/build-your-own -/how-to/load /how-to/add -/how-to/options /how-to/configure -/how-to/use /how-to/configure -/how-to/update /about -/how-to/using / -/how-to/customize/add-custom-css /how-to/customize/css -/how-to/customize/add-custom-css /how-to/customize/js -/how-to/customize/add-custom-templates /how-to/customize/templates -/demo/admonitions /demo/notes -/demo/code /demo/code-blocks diff --git a/docs/conf.py b/docs/conf.py index 25d9c58d..70e96f94 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ html_favicon = "assets/favicon-128x128.png" html_permalinks_icon = Icons.permalinks_icon html_baseurl = "https://sphinxawesome.xyz/" -html_extra_path = ["robots.txt", "_redirects"] +html_extra_path = ["robots.txt"] html_context = { "mode": "production", "feedback_url": "https://github.com/kai687/sphinxawesome-theme/issues/new?title=Feedback",