From fa090bcea9bc9bd2cf1a623eb1261e989eadfa10 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Sun, 9 Jul 2023 02:22:41 +0800 Subject: [PATCH] Revert "Social Images (#46)" (#47) This reverts commit 86048487029fe386e9bc88cfdcbebb10ec9038db. --- mkdocs.yml | 4 +--- requirements-doc.txt | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index ac93acb..7101ca3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: OpenAI Function Call +site_name: OpenAI Function call theme: name: material icon: @@ -6,7 +6,6 @@ theme: features: - navigation.instant plugins: - - social - mkdocstrings: handlers: python: @@ -15,7 +14,6 @@ plugins: allow_inspection: true show_bases: true repo_url: https://github.com/jxnl/openai_function_call -site_url: https://openai-function-call.vercel.app markdown_extensions: - pymdownx.critic - pymdownx.caret diff --git a/requirements-doc.txt b/requirements-doc.txt index c4cecf0..34fc249 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -1,5 +1,3 @@ mkdocs-material mkdocstrings -mkdocstrings-python -pillow -cairosvg \ No newline at end of file +mkdocstrings-python \ No newline at end of file