Unverified Commit 0650d641 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Revert "[docs] Build notebooks from Markdown" (#2625)

Revert "[docs] Build notebooks from Markdown (#2570)"

This reverts commit 78507bda.
parent 5d550cfd
......@@ -13,7 +13,6 @@ jobs:
with:
commit_sha: ${{ github.sha }}
package: diffusers
notebook_folder: diffusers_doc
languages: en ko
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}
# 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment