From 00bbd74091b7c4b35e19e2e09201a3de1741a76c Mon Sep 17 00:00:00 2001 From: marcocuturi Date: Tue, 20 Jun 2023 16:08:35 +0200 Subject: [PATCH] remove announcement --- docs/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ddf1486b6..8f4951660 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -146,9 +146,6 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] html_theme_options = { - "announcement": - "In 0.4.1, the jit argument in solvers will be " - "removed. Please jit the solvers explicitly.", "repository_url": "https://github.com/ott-jax/ott", "repository_branch": "main", "path_to_docs": "docs/",