Skip to content

Commit 89ef9d2

Browse files
docs: Disable warnings as errors for the 5.3 migration release
1 parent 895553b commit 89ef9d2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,5 @@
134134
"kartothek.serialization._parquet": "kartothek.serialization",
135135
}
136136

137-
# In particular the deprecation warning in DatasetMetadata.table_schema is
138-
# raising too many warning to handle sensibly using ipython directive pseudo
139-
# decorators. Remove this with 4.X again
137+
# Revert to True in Kartothek 6.0! This excepts the newly added deprecation warnings for the migration effort.
140138
ipython_warning_is_error = False

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ docs = build_sphinx
2020
builder = doctest,html
2121
source_dir = docs
2222
build_dir = docs/_build
23-
warning-is-error = 1
23+
# Revert to 1 in Kartothek 6.0! This excepts the newly added deprecation warnings for the migration effort.
24+
warning-is-error = 0

0 commit comments

Comments
 (0)