Skip to content

Commit 7875179

Browse files
authored
Docs: set title explicitly (#10519)
The current title is "{page title} - Read the Docs user documentation 9.15.0 documentation"
1 parent 5b3e4f3 commit 7875179

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@
4242
"use_config_file": False,
4343
"config": {
4444
"project": "Read the Docs user documentation",
45+
"html_title": "Read the Docs user documentation",
4546
},
4647
},
4748
"dev": {
4849
"use_config_file": False,
4950
"config": {
5051
"project": "Read the Docs developer documentation",
52+
"html_title": "Read the Docs developer documentation",
5153
},
5254
},
5355
}

0 commit comments

Comments
 (0)