Skip to content

Commit 148f753

Browse files
committed
update furo version
1 parent 9b83b4a commit 148f753

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)