diff --git a/Code/Mantid/docs/conf-qthelp.py b/Code/Mantid/docs/conf-qthelp.py
index 8145322ba6aea1152a4db58ba3c877a3fae2b0b4..2c19289dc7be30dc1ac1fc1b0b90608d4b4a2844 100644
--- a/Code/Mantid/docs/conf-qthelp.py
+++ b/Code/Mantid/docs/conf-qthelp.py
@@ -17,10 +17,6 @@ html_theme_options = {
     'navbar_site_name': "Mantid",
     # Add links to the nav bar. Third param of tuple is true to create absolute url.
     'navbar_links': [
-        ("Home", "http://www.mantidproject.org", True),
-        ("Download", "http://download.mantidproject.org", True),
-        ("Documentation", "http://www.mantidproject.org/Documentation", True),
-        ("Contact Us", "http://www.mantidproject.org/Contact", True),
     ],
     # Do not show the "Show source" button.
     'source_link_position': "no",