From 70adaa5becc3cef5256a97fd09292bcd19d474ac Mon Sep 17 00:00:00 2001 From: arxyzan Date: Mon, 30 Oct 2023 11:08:52 +0330 Subject: [PATCH] Remove API from docs temporarily --- .github/workflows/docs-deploy.yml | 3 --- docs/index.md | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 4f8cc1ca..07def6c7 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -10,10 +10,7 @@ jobs: - uses: actions/setup-python@v3 - name: Install dependencies run: | - pip install --upgrade pip pip install sphinx myst-parser furo sphinx-copybutton - pip install torch==1.13.0 - pip install hezar[all] - name: Sphinx build run: | sphinx-apidoc -e -o docs/source hezar/ diff --git a/docs/index.md b/docs/index.md index a512701c..fe13ac9a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,5 @@ Navigate to the desired section using this table of contents: get_started/index.md tutorial/index.md guide/index.md -source/index.md contribute/index.md ```