Skip to content

Commit 8ff7a6f

Browse files
authored
Merge branch 'development' into he-simple
2 parents 03782f1 + 8cb64e7 commit 8ff7a6f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/macos_build_cell_metal_chem.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
brew install cmake openmpi python3 || true
15-
brew link --overwrite [email protected]
1615
1716
- name: Compile and run
1817
run: |

.github/workflows/macos_build_cell_primordial_chem.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
brew install cmake openmpi python3 || true
15-
brew link --overwrite [email protected]
1615
1716
- name: Compile and run
1817
run: |

sphinx_docs/source/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,11 @@ def get_version():
223223

224224
linkcheck_retries = 3
225225
linkcheck_timeout = 100
226+
linkcheck_allow_unauthorized = True
227+
linkcheck_ignore = [r"https://doi.org/10.1103/[Pp]hys[Rr]ev*"]
226228
user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0"
227229

230+
228231
# -- Options for Texinfo output -------------------------------------------
229232

230233
# Grouping the document tree into Texinfo files. List of tuples

0 commit comments

Comments
 (0)