We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b83b4a commit 148f753Copy full SHA for 148f753
3 files changed
docs/conf.py
@@ -1,7 +1,7 @@
1
"""Sphinx configuration."""
2
project = "MDIO"
3
author = "TGS"
4
-copyright = "2022, TGS"
+copyright = "2023, TGS"
5
extensions = [
6
"sphinx.ext.autodoc",
7
"sphinx.ext.napoleon",
docs/requirements.txt
@@ -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
pyproject.toml
@@ -56,7 +56,7 @@ flake8-bandit = "^4.1.1"
56
flake8-bugbear = "^23.7.10"
57
flake8-docstrings = "^1.7.0"
58
flake8-rst-docstrings = "^0.3.0"
59
-furo = ">=2023.8.19"
+furo = ">=2023.9.10"
60
isort = "^5.12.0"
61
mypy = "^1.5.1"
62
pep8-naming = "^0.13.3"
0 commit comments