Skip to content

Commit

Permalink
Merge branch 'development' into part_fun_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Nov 22, 2024
2 parents 59c23a7 + 8cb64e7 commit f24c216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos_build_cell_metal_chem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- name: Install dependencies
run: |
brew install cmake openmpi python3 || true
brew link --overwrite [email protected]
- name: Compile and run
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos_build_cell_primordial_chem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- name: Install dependencies
run: |
brew install cmake openmpi python3 || true
brew link --overwrite [email protected]
- name: Compile and run
run: |
Expand Down
3 changes: 3 additions & 0 deletions sphinx_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f24c216

Please sign in to comment.