File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -197,10 +197,10 @@ def _reset_example_namespace(gallery_conf, fname):
197197html_favicon = "_static/favicon.ico"
198198html_show_sourcelink = False
199199templates_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
204204html_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}
235235html_static_path = ["_static" ]
236236
You can’t perform that action at this time.
0 commit comments