From b77d197c073c773efbe3ed9533b48abe8a259471 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Thu, 22 Feb 2024 19:05:58 +0000 Subject: [PATCH] doc: Do not set documentation language Sphinx 5.0.0 no longer accepts "language = None". Default behavior is to fallback to English. --- doc/manual/source/conf.py | 2 +- doc/models/source/conf.py | 2 +- doc/tutorial/source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py index d30b4d8c0..f93053183 100644 --- a/doc/manual/source/conf.py +++ b/doc/manual/source/conf.py @@ -83,7 +83,7 @@ release = "ns-3-dev" # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +# language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/doc/models/source/conf.py b/doc/models/source/conf.py index 279f85e21..806d96137 100644 --- a/doc/models/source/conf.py +++ b/doc/models/source/conf.py @@ -83,7 +83,7 @@ release = "ns-3-dev" # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +# language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/doc/tutorial/source/conf.py b/doc/tutorial/source/conf.py index 31eb02188..d20defe65 100644 --- a/doc/tutorial/source/conf.py +++ b/doc/tutorial/source/conf.py @@ -80,7 +80,7 @@ release = "ns-3-dev" # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +# language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: