Remove titles from theme assets

This commit is contained in:
Adam Turner 2024-10-04 12:27:26 +01:00
parent 2bc662f0f8
commit 45273f292e
20 changed files with 12 additions and 71 deletions

View File

@ -1,7 +1,4 @@
/*
* graphviz.css
* ~~~~~~~~~~~~
*
* Sphinx stylesheet -- graphviz extension.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* agogo.css_t
* ~~~~~~~~~~~
*
* Sphinx stylesheet -- agogo theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* basic.css
* ~~~~~~~~~
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* doctools.js
* ~~~~~~~~~~~
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* language_data.js
* ~~~~~~~~~~~~~~~~
*
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*

View File

@ -1,7 +1,4 @@
/*
* searchtools.js
* ~~~~~~~~~~~~~~~~
*
* Sphinx JavaScript utilities for the full-text search.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,10 +1,7 @@
/*
* bizstyle.css_t
* ~~~~~~~~~~~~~~
*
* Sphinx stylesheet -- business style theme.
*
* :copyright: Copyright 2007-2024 by Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

View File

@ -1,14 +1,12 @@
//
// bizstyle.js
// ~~~~~~~~~~~
//
// Sphinx javascript -- for bizstyle theme.
//
// This theme was created by referring to 'sphinxdoc'
//
// :copyright: Copyright 2007-2024 by Sphinx team, see AUTHORS.
// :license: BSD, see LICENSE for details.
//
/*
* Sphinx javascript -- for bizstyle theme.
*
* This theme was created by referring to 'sphinxdoc'
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
const initialiseBizStyle = () => {
if (navigator.userAgent.indexOf("iPhone") > 0 || navigator.userAgent.indexOf("Android") > 0) {
document.querySelector("li.nav-item-0 a").innerText = "Top"

View File

@ -1,7 +1,4 @@
/*
* classic.css_t
* ~~~~~~~~~~~~~
*
* Sphinx stylesheet -- classic theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* sidebar.js
* ~~~~~~~~~~
*
* This script makes the Sphinx sidebar collapsible.
*
* .sphinxsidebar contains .sphinxsidebarwrapper. This script adds

View File

@ -1,7 +1,4 @@
/*
* epub.css_t
* ~~~~~~~~~~
*
* Sphinx stylesheet -- epub theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* haiku.css_t
* ~~~~~~~~~~~
*
* Sphinx stylesheet -- haiku theme.
*
* Adapted from https://haiku-os.org/docs/Haiku-doc.css.

View File

@ -1,7 +1,4 @@
/*
* nature.css_t
* ~~~~~~~~~~~~
*
* Sphinx stylesheet -- nature theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* nonav.css
* ~~~~~~~~~~
*
* Sphinx stylesheet -- nonav theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* default.css_t
* ~~~~~~~~~~~~~
*
* Sphinx stylesheet -- default theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* pyramid.css_t
* ~~~~~~~~~~~~
*
* Sphinx stylesheet -- pylons theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* scrolls.css_t
* ~~~~~~~~~~~~~
*
* Sphinx stylesheet -- scrolls theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,9 +1,6 @@
/*
* sphinxdoc.css_t
* ~~~~~~~~~~~~~~~
*
* Sphinx stylesheet -- sphinxdoc theme. Originally created by
* Armin Ronacher for Werkzeug.
* Sphinx stylesheet -- sphinxdoc theme.
* Originally created by Armin Ronacher for Werkzeug.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.

View File

@ -1,7 +1,4 @@
/*
* traditional.css
* ~~~~~~~~~~~~~~~
*
* Sphinx stylesheet -- traditional docs.python.org theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.

View File

@ -1,7 +1,4 @@
/*
* language_data.js
* ~~~~~~~~~~~~~~~~
*
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*