From 853c5298ffaff1282b43d7d39a4ebc12b13eef64 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Mon, 9 Sep 2024 09:25:41 +0200 Subject: [PATCH 1/2] docs: remove thispagetitle metatatg --- doc/source/_templates/layout.html | 15 --------------- doc/source/index.rst | 2 +- doc/styles/config/vocabularies/ANSYS/accept.txt | 1 - 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html index ce4422ace3..85a11f7166 100644 --- a/doc/source/_templates/layout.html +++ b/doc/source/_templates/layout.html @@ -1,20 +1,5 @@ {% extends "!layout.html" %} -{% block htmltitle %} - -{% if meta is mapping %} - {% if 'thispagetitle' in meta %} - {{ meta.get("thispagetitle") }} - {% else %} - {{ super() }} - {% endif %} -{% else %} - {{ super() }} -{% endif %} - -{% endblock %} - - {% block footer %}