Skip to content

Commit 8610a96

Browse files
authored
Merge pull request #280 from TGSAI/docs/fix_furo_bug
Update Furo to fix failing Readthedocs build
2 parents 9b83b4a + fb03b1b commit 8610a96

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Sphinx configuration."""
22
project = "MDIO"
33
author = "TGS"
4-
copyright = "2022, TGS"
4+
copyright = "2023, TGS"
55
extensions = [
66
"sphinx.ext.autodoc",
77
"sphinx.ext.napoleon",

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
furo==2023.8.19
1+
furo==2023.9.10
22
sphinx==7.2.5
33
sphinx-click==5.0.1
44
sphinx-copybutton==0.5.2

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ click-params = "^0.4.1"
2929
zarr = "^2.16.1"
3030
dask = ">=2023.8.0"
3131
tqdm = "^4.66.1"
32-
segyio = "^1.9.11"
32+
segyio = "^1.9.3"
3333
numba = ">=0.57.1,<1.0.0"
3434
psutil = "^5.9.5"
3535
fsspec = "~2023.6.0"
@@ -56,7 +56,7 @@ flake8-bandit = "^4.1.1"
5656
flake8-bugbear = "^23.7.10"
5757
flake8-docstrings = "^1.7.0"
5858
flake8-rst-docstrings = "^0.3.0"
59-
furo = ">=2023.8.19"
59+
furo = ">=2023.9.10"
6060
isort = "^5.12.0"
6161
mypy = "^1.5.1"
6262
pep8-naming = "^0.13.3"

0 commit comments

Comments
 (0)