Skip to content

Commit c478cdf

Browse files
authored
Merge pull request #236 from andthum/dependabot/pip/sphinx-rtd-theme-gte-1.0-and-lt-4.0
Update sphinx-rtd-theme requirement from <3.0,>=1.0 to >=1.0,<4.0
2 parents 2eecd7d + 4a50247 commit c478cdf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/tests-skip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Tests must be run on all target platforms and Python versions.
5656
os:
5757
- "ubuntu-latest"
58-
- "macos-latest"
58+
- "macos-13"
5959
- "windows-latest"
6060
python-version:
6161
- "3.6"

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,10 @@
485485
r"https://doi\.org/10\.1073/pnas\.1900239116",
486486
r"https://doi\.org/10\.1080/00031305\.2017\.1356374",
487487
r"https://doi\.org/10\.1080/01621459\.1958\.10501452",
488+
r"https://doi\.org/10\.1103/PhysRev\.126\.986",
489+
r"https://doi\.org/10\.1103/PhysRev\.136\.A405",
490+
r"https://doi\.org/10\.1103/PhysRevB\.74\.184430",
491+
r"https://doi\.org/10\.1103/PhysRevLett\.98\.227802",
488492
# 418 Client Error: Unknown for url.
489493
r"https://doi\.org/10\.1109/TSMC\.1979\.4310076",
490494
]

src/mdtools/statistics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def acf_se(x, axis=None, n=None):
516516
<https://en.wikipedia.org/wiki/Correlogram#Statistical_inference_with_correlograms>`_
517517
518518
.. [#] Wikipedia `Autoregressive-moving-average model
519-
<https://en.wikipedia.org/wiki/Autoregressive%E2%80%93moving-average_model#Moving-average_model>`_
519+
<https://en.wikipedia.org/wiki/Autoregressive%E2%80%93moving-average_model#Moving_average_model>`_
520520
521521
Examples
522522
--------
@@ -710,7 +710,7 @@ def acf_confint(x, axis=None, alpha=0.05, n=None):
710710
<https://en.wikipedia.org/wiki/Normal_distribution#Quantile_function>`_
711711
712712
.. [3] Wikipedia `Autoregressive-moving-average model
713-
<https://en.wikipedia.org/wiki/Autoregressive%E2%80%93moving-average_model#Moving-average_model>`_
713+
<https://en.wikipedia.org/wiki/Autoregressive%E2%80%93moving-average_model#Moving_average_model>`_
714714
715715
Examples
716716
--------

0 commit comments

Comments
 (0)