diff --git a/docs/conf.py b/docs/conf.py index a04e321ced4..4fac24c135c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,12 +42,14 @@ "use_config_file": False, "config": { "project": "Read the Docs user documentation", + "html_title": "Read the Docs user documentation", }, }, "dev": { "use_config_file": False, "config": { "project": "Read the Docs developer documentation", + "html_title": "Read the Docs developer documentation", }, }, }