summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/layout.html
Commit message (Expand)AuthorAgeFilesLines
* Allow ``copyright`` to contain multiple entries (#10983)Stefanie Molin2023-05-111-5/+21
* Remove HTML 4 support (#11385)Adam Turner2023-04-281-13/+3
* Remove obsolete HTML keyword ``link rel="shortcut"`` (#11069)Rotzbua2023-01-011-1/+1
* Happy New Year!Adam Turner2023-01-011-1/+1
* Drop JavaScript Frameworks (#10028)Adam Turner2022-01-301-0/+1
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-2/+2
* Merge pull request #8737 from tk0miya/8510_html_logo_urlTakeshi KOMIYA2021-01-241-4/+4
|\
| * Merge branch 'master' into 8510_html_logo_urlTakeshi KOMIYA2021-01-231-5/+3
| |\
| * | html theme: Add `favicon_url` and `logo_url`Takeshi KOMIYA2021-01-231-4/+4
| * | Fix basic layout and html_logo & favicon config value process to support url ...Mardelor2020-11-301-2/+2
* | | refactor: html theme: Insert documentation_options.js via script_filesTakeshi KOMIYA2021-01-231-3/+0
| |/ |/|
* | refactor: Move CSS tags in basic/layout.html to ``css_files`` variableTakeshi KOMIYA2021-01-031-2/+0
* | A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | sphinx/themes/basic/layout: Set url_root properly on index, don't use '#'Richard Darst2020-12-131-2/+2
|/
* Override Pygments CSS with theme CSSMatthias Geier2020-10-241-1/+1
* Use well-formed XML syntax.Abramo Bagnara2020-06-171-1/+1
* Add viewport meta tag for responsive layoutOlga Bulat2020-05-201-0/+1
* basic theme: Add a "clearer" at the end of the "body".Matthias Geier2020-04-231-0/+1
* Change http:// to https://www in HTML footerMatthias Geier2020-04-201-1/+1
* Escape "canonical" URLMatthias Geier2020-04-181-1/+1
* Relbar breadcrumb should contain current pageTim Hoffmann2020-04-161-0/+1
* Merge pull request #7426 from mgeier/escape-linksTakeshi KOMIYA2020-04-101-7/+7
|\
| * Escape a few linksMatthias Geier2020-04-081-5/+5
| * Escape links to master_docMatthias Geier2020-04-081-2/+2
* | Do not include xmlns attribute with HTML 5 doctypeDmitry Shachnev2020-04-091-1/+1
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Remove redundant type="text/javascript" from <script> elementsJon Dufresne2019-12-151-1/+1
* A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* html: Output ``canonical_url`` metadata if :confval:`html_baseurl` setTakeshi KOMIYA2018-06-061-0/+3
* add_javascript() allows keyword arguments as attributes for <script> tagTakeshi KOMIYA2018-05-241-2/+2
* Merge branch '1.7'Takeshi KOMIYA2018-05-191-1/+1
|\
| * Fix blank URL_ROOTTommy Nguyen2018-05-021-1/+1
* | add_stylesheet() allows additional attributesTakeshi KOMIYA2018-04-061-2/+2
|/
* Fix #4608: epub: Invalid meta tag is generatedTakeshi KOMIYA2018-02-131-2/+2
* Themes: Rename 'csss' block to 'css'Aaron Carlisle2018-01-211-1/+1
* Fix #3620: html theme: move DOCUMENTATION_OPTIONS to independent JavaScript f...Takeshi KOMIYA2018-01-141-11/+1
* Merge pull request #4245 from Blendify/patch-1Takeshi KOMIYA2018-01-131-0/+1
|\
| * Themes: Add language to javascript vars listAaron Carlisle2017-11-161-0/+1
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \ | |/ |/|
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Theme: Move body tag into a blockAaron Carlisle2017-10-101-1/+1
* | #3537 set IE doc mode to Edge if not HTML5Timotheus Kampik2017-08-121-0/+3
* | Theme: Change for HTML5Aaron Carlisle2017-07-291-1/+1
|/
* Remove unwanted whitespace in default templateJellby2017-06-111-3/+3
* Add rel="stylesheet" to <link> tag (ref: #3772)Takeshi KOMIYA2017-06-101-1/+1
* Check css.rel attributes to test str or Stylesheet objectTakeshi KOMIYA2017-06-031-3/+3
* #3772: 'str object' has no attribute 'filename' (again)Takeshi KOMIYA2017-06-031-0/+4
* fix #2762: change html template for xhtml validation error (for epub)Yoshiki Shibukawa2017-04-211-0/+8
* Rewrite and simplify stylesheet handlingJellby2017-04-151-18/+6