diff --git a/docs/overrides/main.html b/docs/overrides/main.html deleted file mode 100644 index 7e501ba0f..000000000 --- a/docs/overrides/main.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends "base.html" %} -{%- block scripts %} -{{ super() }} - - - -
-
You can ask questions about Typer. Try:
-
How can I terminate a program?
-
How to launch applications?
-
How to add help to CLI argument?
-
-
-{%- endblock %} diff --git a/mkdocs.yml b/mkdocs.yml index 8022a1958..72ad6722d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,6 @@ site_url: https://typer.tiangolo.com/ theme: name: material - custom_dir: docs/overrides palette: primary: black accent: teal