diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index c202cc628542..fef1fa63e29f 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -13,7 +13,6 @@ jobs: with: commit_sha: ${{ github.sha }} package: diffusers - notebook_folder: diffusers_doc languages: en ko secrets: token: ${{ secrets.HUGGINGFACE_PUSH }} diff --git a/docs/source/_config.py b/docs/source/_config.py deleted file mode 100644 index 9a4818ea8b1e..000000000000 --- a/docs/source/_config.py +++ /dev/null @@ -1,9 +0,0 @@ -# docstyle-ignore -INSTALL_CONTENT = """ -# Diffusers installation -! pip install diffusers transformers datasets accelerate -# To install from source instead of the last release, comment the command above and uncomment the following one. -# ! pip install git+https://github.com/huggingface/diffusers.git -""" - -notebook_first_cells = [{"type": "code", "content": INSTALL_CONTENT}] \ No newline at end of file