We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ad2b8 commit e5a06b7Copy full SHA for e5a06b7
1 file changed
docs/source/conf.py
@@ -5,13 +5,13 @@
5
6
from sphinx_pyproject import SphinxConfig
7
8
-config = SphinxConfig(pyproject_file="../../pyproject.toml", style="poetry")
+config = SphinxConfig(pyproject_file="../../pyproject.toml")
9
10
# -- Project information -----------------------------------------------------
11
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
12
13
project = config.name
14
-copyright = f"2024, {config.author}"
+copyright = f"2026, {config.author}"
15
author = config.author
16
release = config.version
17
version_parts = release.split(".")
0 commit comments