Skip to content

Commit e5a06b7

Browse files
committed
chore: fix doc build
1 parent 85ad2b8 commit e5a06b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
from sphinx_pyproject import SphinxConfig
77

8-
config = SphinxConfig(pyproject_file="../../pyproject.toml", style="poetry")
8+
config = SphinxConfig(pyproject_file="../../pyproject.toml")
99

1010
# -- Project information -----------------------------------------------------
1111
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1212

1313
project = config.name
14-
copyright = f"2024, {config.author}"
14+
copyright = f"2026, {config.author}"
1515
author = config.author
1616
release = config.version
1717
version_parts = release.split(".")

0 commit comments

Comments
 (0)