Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# If your documentation needs a minimal Sphinx version, state it here.
#
needs_sphinx = "7.2"
needs_sphinx = "8.1"

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand All @@ -46,7 +46,7 @@

# General information about the project.
project = "cognite-sdk"
copyright = "2019, Cognite AS"
copyright = "2017-%Y, Cognite AS"
author = "Erlend Vollset"

# The version info for the project you're documenting, acts as replacement for
Expand Down
27 changes: 14 additions & 13 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ tenacity = "^9.1.2"
ruff = "0.13.2"

[tool.poetry.group.docs.dependencies]
sphinx = ">=7.2"
sphinx = ">=8.1"
sphinx-rtd-theme = ">=1"

[build-system]
Expand Down