From ed9c7fb5de059272644172838258792cbcf684fb Mon Sep 17 00:00:00 2001 From: Ben Wibking Date: Thu, 14 Nov 2024 11:38:49 -0500 Subject: [PATCH 1/2] Fix macOS CI (#1666) --- .github/workflows/macos_build_cell_metal_chem.yml | 1 - .github/workflows/macos_build_cell_primordial_chem.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/macos_build_cell_metal_chem.yml b/.github/workflows/macos_build_cell_metal_chem.yml index 581fdd82a..3758f43ca 100644 --- a/.github/workflows/macos_build_cell_metal_chem.yml +++ b/.github/workflows/macos_build_cell_metal_chem.yml @@ -12,7 +12,6 @@ jobs: - name: Install dependencies run: | brew install cmake openmpi python3 || true - brew link --overwrite python@3.11 - name: Compile and run run: | diff --git a/.github/workflows/macos_build_cell_primordial_chem.yml b/.github/workflows/macos_build_cell_primordial_chem.yml index 243dae2a4..3e7698432 100644 --- a/.github/workflows/macos_build_cell_primordial_chem.yml +++ b/.github/workflows/macos_build_cell_primordial_chem.yml @@ -12,7 +12,6 @@ jobs: - name: Install dependencies run: | brew install cmake openmpi python3 || true - brew link --overwrite python@3.11 - name: Compile and run run: | From 8cb64e746c3cf52743439065ba5e922b995b1718 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 20 Nov 2024 14:47:34 -0500 Subject: [PATCH 2/2] fix linkcheck (#1671) phys rev does not play nicely --- sphinx_docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sphinx_docs/source/conf.py b/sphinx_docs/source/conf.py index a266702ff..64e5ef03d 100644 --- a/sphinx_docs/source/conf.py +++ b/sphinx_docs/source/conf.py @@ -223,8 +223,11 @@ def get_version(): linkcheck_retries = 3 linkcheck_timeout = 100 +linkcheck_allow_unauthorized = True +linkcheck_ignore = [r"https://doi.org/10.1103/[Pp]hys[Rr]ev*"] user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0" + # -- Options for Texinfo output ------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples