Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sphinx-rtd-theme requirement from <3.0,>=1.0 to >=1.0,<4.0 #236

Merged
merged 5 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Tests must be run on all target platforms and Python versions.
os:
- "ubuntu-latest"
- "macos-latest"
- "macos-13"
- "windows-latest"
python-version:
- "3.6"
Expand Down
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,10 @@
r"https://doi\.org/10\.1073/pnas\.1900239116",
r"https://doi\.org/10\.1080/00031305\.2017\.1356374",
r"https://doi\.org/10\.1080/01621459\.1958\.10501452",
r"https://doi\.org/10\.1103/PhysRev\.126\.986",
r"https://doi\.org/10\.1103/PhysRev\.136\.A405",
r"https://doi\.org/10\.1103/PhysRevB\.74\.184430",
r"https://doi\.org/10\.1103/PhysRevLett\.98\.227802",
# 418 Client Error: Unknown for url.
r"https://doi\.org/10\.1109/TSMC\.1979\.4310076",
]
Expand Down
4 changes: 2 additions & 2 deletions src/mdtools/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def acf_se(x, axis=None, n=None):
<https://en.wikipedia.org/wiki/Correlogram#Statistical_inference_with_correlograms>`_

.. [#] Wikipedia `Autoregressive-moving-average model
<https://en.wikipedia.org/wiki/Autoregressive%E2%80%93moving-average_model#Moving-average_model>`_
<https://en.wikipedia.org/wiki/Autoregressive%E2%80%93moving-average_model#Moving_average_model>`_

Examples
--------
Expand Down Expand Up @@ -710,7 +710,7 @@ def acf_confint(x, axis=None, alpha=0.05, n=None):
<https://en.wikipedia.org/wiki/Normal_distribution#Quantile_function>`_

.. [3] Wikipedia `Autoregressive-moving-average model
<https://en.wikipedia.org/wiki/Autoregressive%E2%80%93moving-average_model#Moving-average_model>`_
<https://en.wikipedia.org/wiki/Autoregressive%E2%80%93moving-average_model#Moving_average_model>`_

Examples
--------
Expand Down
Loading