diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f3251aa..04950e7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,15 +28,15 @@ jobs: python -m pip install --upgrade pip pip install .[doc] - - name: Clone ape-docs-build - run: git clone https://github.com/ApeWorX/ape-docs-build.git + - name: Clone ApeDocumentationBuilder + run: git clone https://github.com/ApeWorX/ApeDocumentationBuilder.git - name: Set up environment variable run: echo "GITHUB_REPO=$(echo ${GITHUB_REPOSITORY} | cut -d'/' -f2)" >> $GITHUB_ENV - name: Build HTML artifact run: | - cd ape-docs-build + cd ApeDocumentationBuilder python build_docs.py - name: Upload HTML artifact diff --git a/setup.py b/setup.py index 8124ca2..c327a3b 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "sphinx_rtd_theme>=1.2.0,<2", # Readthedocs.org theme "sphinxcontrib-napoleon>=0.7", # Allow Google-style documentation "sphinx-plausible>=0.1.2,<0.2", - "shibuya=2024.7.13", + "shibuya", ], "release": [ # `release` GitHub Action job uses this "setuptools", # Installation tool