Skip to content

Commit e6e253b

Browse files
authored
Merge pull request #1220 from CoffeaTeam/rtd-url-update
docs: update URL for documentation to RTD
2 parents acb3e12 + 1dbec79 commit e6e253b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: .github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ jobs:
127127
run: |
128128
cd docs && make html
129129
touch build/html/.nojekyll
130-
- name: Deploy documentation
131-
if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12
132-
uses: crazy-max/ghaction-github-pages@v4
133-
with:
134-
target_branch: gh-pages
135-
build_dir: docs/build/html
136-
env:
137-
GH_PAT: ${{ secrets.GITHUB_OAUTH }}
130+
# - name: Deploy documentation
131+
# if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12
132+
# uses: crazy-max/ghaction-github-pages@v4
133+
# with:
134+
# target_branch: gh-pages
135+
# build_dir: docs/build/html
136+
# env:
137+
# GH_PAT: ${{ secrets.GITHUB_OAUTH }}
138138

139139
test-vine:
140140
runs-on: ubuntu-latest

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The following are installed automatically when you install coffea with pip:
9393
9494
Documentation
9595
=============
96-
All documentation is hosted at https://coffeateam.github.io/coffea/
96+
All documentation is hosted at https://coffea-hep.readthedocs.io/
9797

9898
Citation
9999
========

0 commit comments

Comments
 (0)