Skip to content

Commit

Permalink
Merge pull request #280 from TGSAI/docs/fix_furo_bug
Browse files Browse the repository at this point in the history
Update Furo to fix failing Readthedocs build
  • Loading branch information
tasansal authored Sep 13, 2023
2 parents 9b83b4a + fb03b1b commit 8610a96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Sphinx configuration."""
project = "MDIO"
author = "TGS"
copyright = "2022, TGS"
copyright = "2023, TGS"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
furo==2023.8.19
furo==2023.9.10
sphinx==7.2.5
sphinx-click==5.0.1
sphinx-copybutton==0.5.2
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ click-params = "^0.4.1"
zarr = "^2.16.1"
dask = ">=2023.8.0"
tqdm = "^4.66.1"
segyio = "^1.9.11"
segyio = "^1.9.3"
numba = ">=0.57.1,<1.0.0"
psutil = "^5.9.5"
fsspec = "~2023.6.0"
Expand All @@ -56,7 +56,7 @@ flake8-bandit = "^4.1.1"
flake8-bugbear = "^23.7.10"
flake8-docstrings = "^1.7.0"
flake8-rst-docstrings = "^0.3.0"
furo = ">=2023.8.19"
furo = ">=2023.9.10"
isort = "^5.12.0"
mypy = "^1.5.1"
pep8-naming = "^0.13.3"
Expand Down

0 comments on commit 8610a96

Please sign in to comment.