diff --git a/docs/docs_feedback_sphinxext.py b/docs/docs_feedback_sphinxext.py index 15da4177766..a8ab94e5cbd 100644 --- a/docs/docs_feedback_sphinxext.py +++ b/docs/docs_feedback_sphinxext.py @@ -141,7 +141,7 @@ def setup(app: Sphinx) -> Dict[str, Union[bool, str]]: ) app.add_config_value( 'docs_feedback_email', - default='Docs UX Team ', + default='Docs UX Team ', rebuild=rebuild_trigger, ) app.add_config_value( diff --git a/docs/html/conf.py b/docs/html/conf.py index 7983187e9a3..b0063fce9b2 100644 --- a/docs/html/conf.py +++ b/docs/html/conf.py @@ -307,7 +307,7 @@ def to_document_name(path, base_dir): # NOTE: 'important', 'note', 'tip', 'warning' or 'admonition'. docs_feedback_admonition_type = 'important' docs_feedback_big_doc_lines = 50 # bigger docs will have a banner on top -docs_feedback_email = 'Docs UX Team ' +docs_feedback_email = 'Docs UX Team ' docs_feedback_excluded_documents = { # these won't have any banners 'news', 'reference/index', } diff --git a/news/9343.doc.rst b/news/9343.doc.rst new file mode 100644 index 00000000000..1e4f91aec4c --- /dev/null +++ b/news/9343.doc.rst @@ -0,0 +1 @@ +Fix broken email link in docs feedback banners.