sphinx-doc / alabaster

Lightweight, configurable Sphinx theme
http://alabaster.readthedocs.io/
Other
723 stars 185 forks source link

Change html title tag #171

Closed jan1c closed 4 years ago

jan1c commented 4 years ago

Hi, how can I change the html title tag?

currently it looks like this:

<title>[PAGE TITLE] — My Documentation documentation</title>

And it should look like this:

<title>[PAGE TITLE] — My Documentation</title>

where is this second "documentation" from? where can I delete it?