From 3f7ee6b209bd3df5644be8dfc8991d210b5fdb9b Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Wed, 20 Nov 2024 14:14:52 -0600 Subject: [PATCH 1/2] docs: update URL for documentation to RTD --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9ea76a5be..cc869dc98 100644 --- a/README.rst +++ b/README.rst @@ -93,7 +93,7 @@ The following are installed automatically when you install coffea with pip: Documentation ============= -All documentation is hosted at https://coffeateam.github.io/coffea/ +All documentation is hosted at https://coffea-hep.readthedocs.io/ Citation ======== From 1dbec797b7c67d44ce3b9c573c2b8a539a932094 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Wed, 20 Nov 2024 14:16:35 -0600 Subject: [PATCH 2/2] remove gh pages documentation deployment --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e2d4acc8..f19d139b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,14 +127,14 @@ jobs: run: | cd docs && make html touch build/html/.nojekyll - - name: Deploy documentation - if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 - uses: crazy-max/ghaction-github-pages@v4 - with: - target_branch: gh-pages - build_dir: docs/build/html - env: - GH_PAT: ${{ secrets.GITHUB_OAUTH }} + # - name: Deploy documentation + # if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 + # uses: crazy-max/ghaction-github-pages@v4 + # with: + # target_branch: gh-pages + # build_dir: docs/build/html + # env: + # GH_PAT: ${{ secrets.GITHUB_OAUTH }} test-vine: runs-on: ubuntu-latest