From 93669eefc7799a1a12a9542c13c7bdc8e32fd53a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 22 Jan 2025 15:50:36 +0100
Subject: [PATCH] Manual: document default value for
 homotopy_max_completion_share

(cherry picked from commit 450354591d4db4d13d5955fef022035f8e952ec1)
---
 doc/manual/source/the-model-file.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 2d60d43bde..931730b77b 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -3852,7 +3852,7 @@ speed-up on large models.
        ``homotopy_marginal_linearization_fallback`` option. It is typically
        used in situations where it is known that homotopy will fail to go
        beyond a certain point, so as to save computing time, while at the same
-       time getting an approximate solution.
+       time getting an approximate solution. Default: ``1``.
 
     .. option:: homotopy_exclude_varexo = (VARIABLE_NAME...)
 
-- 
GitLab