Skip to content

Commit 01d0b3e

Browse files
committed
Remove French and English development status announcements from documentation configuration
1 parent 65106dd commit 01d0b3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ def _reset_example_namespace(gallery_conf, fname):
197197
html_favicon = "_static/favicon.ico"
198198
html_show_sourcelink = False
199199
templates_path = ["_templates"]
200-
if "language=fr" in sys.argv:
201-
ann = "Sigima est en cours de développement 🚧" # noqa: E501
202-
else:
203-
ann = "Sigima is under development 🚧" # noqa: E501
200+
# if "language=fr" in sys.argv:
201+
# ann = "" # noqa: E501
202+
# else:
203+
# ann = "" # noqa: E501
204204
html_theme_options = {
205205
"show_toc_level": 2,
206206
"github_url": "https://github.com/DataLab-Platform/Sigima/",
@@ -230,7 +230,7 @@ def _reset_example_namespace(gallery_conf, fname):
230230
"attributes": {"target": "_blank"},
231231
},
232232
],
233-
"announcement": ann,
233+
# "announcement": ann,
234234
}
235235
html_static_path = ["_static"]
236236

0 commit comments

Comments
 (0)