summaryrefslogtreecommitdiff
path: root/doc/_themes
Commit message (Collapse)AuthorAgeFilesLines
* Allow ``copyright`` to contain multiple entries (#10983)Stefanie Molin2023-05-111-1/+1
| | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Remove unneeded JavaScript from ``sphinx13`` themeAdam Turner2023-04-231-134/+0
|
* Create a 'search field' component for themes (#11045)Tim Hoffmann2023-04-212-1/+6
| | | | | | | | | | | | | ``searchfield.html`` is similar to the existing ``searchbox.html``, but does not have the heading "Quick Search". Instead, it uses "Search" as a placeholder text. This gives a cleaner and less cluttered appearance. The searchfield component is added to the basic theme and thus can be used in any derivative theme. It is not used by default for backward compatibility. The searchfield compenent is made the default in the sphinx13 theme. CSS changes ensure that the top of the search field is aligned with the top of the main content.
* Fix typos found by codespellDimitri Papadopoulos2023-03-271-1/+1
|
* Merge branch '5.x'Adam Turner2022-09-231-1/+1
|\ | | | | | | | | | | # Conflicts: # setup.py # sphinx/__init__.py
| * Do not apply epigraph style to all block quotesAdam Turner2022-09-121-1/+1
| | | | | | | | | | | | | | Correct indentation where appropriate for stanzas that should not be rendered as `<blockquote>` HTML elements. Closes GH-10686
* | Merge branch '5.x'Adam Turner2022-09-091-1/+1
|\ \ | |/ | | | | | | | | | | | | | | # Conflicts: # setup.py # sphinx/application.py # sphinx/environment/__init__.py # sphinx/ext/autodoc/directive.py # tests/test_build_html.py
| * sphinx13.css: add left padding to the footer (#10789)Tim Hoffmann2022-08-281-1/+1
| |
* | Merge branch '5.x'Adam Turner2022-07-182-16/+44
|\ \ | |/ | | | | | | | | # Conflicts: # sphinx/ext/autodoc/__init__.py # sphinx/writers/html5.py
| * Update documentation structure and theming (#10677)Chris Holdgraf2022-07-182-16/+44
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
* | Merge branch '5.x'Adam Turner2022-07-108-230/+99
|\ \ | |/
| * Refresh the Sphinx13 theme (#10652)Adam Turner2022-07-108-230/+99
| |
* | Add underscore.js to the sphinx13 theme (#10588)Adam Turner2022-06-191-0/+5
| |
* | Fix #10574: Failed to search on sphinx-doc.org (again)Takeshi KOMIYA2022-06-191-5/+0
| |
* | Fix #10574: Failed to search on sphinx-doc.org (again)Takeshi KOMIYA2022-06-191-0/+134
|/ | | | | To make RtD search available, this adds jQuery patches on old Sphinx to sphinx-doc.org.
* Add `nav.contents` everywhere that `div.topic` is usedAdam Turner2022-06-071-0/+1
|
* Add `aside.topic` for Docutils 0.18+ (sphinx13)Adam Turner2022-06-041-1/+2
|
* Drop JavaScript Frameworks (#10028)Adam Turner2022-01-301-16/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Delete jQuery and underscore.js * Move underscores.js setup to searchtools.js * Update jQuery.url(en|de)code * Update jQuery.getQueryParameters * Firefox bug is no longer present xref https://bugzilla.mozilla.org/show_bug.cgi?id=645075#c49 * Update jQuery.fn.highlightText * Use enum instead of magic number * Update test descriptions to remove obsolete jQuery reference * Update Documentation.getCurrentURL * Revert accidental fix of Documentation.getCurrentURL * Update Documentation.initOnKeyListeners * Update Documentation.hideSearchWords * Update Documentation.highlightSearchWords * Update Documentation.initDomainIndexTable * Use arrow functions and const * Replace $(document).ready * Strict mode * Move Documentation.hideSearchWords next to Documentation.highlightSearchWords * Update translation functions in Documentation * Replace $(document).ready in searchtools.js * Update Scorer * Update Search.hasIndex, Search.deferQuery, Search.stopPulse * Prefer window.location * Update Search.init * Update Search.loadIndex * Update Search.setIndex * Update Search.startPulse * Add _escapeRegExp * Update Search.makeSearchSummary * Update Search.htmlToText * Update Search.performSearch * Factor out _displayNextItem * Update Search.query * Update Search.performObjectSearch * Update Search.performTermsSearch * Remove underscores.js setup * Use Sets * Update test configuration * Fix test failures * Drop unused make/get URL functions * Strict mode in searchtools.js * Remove outmoded check for jQuery and underscore.js * Ran prettier prettier --print-width 120 --no-semi --quote-props as-needed --no-bracket-spacing --arrow-parens avoid --write sphinx/themes/basic/static * Remove more references to jQuery and underscore.js * Remove jQuery and underscore.js licences * Update classic theme for no jQuery * Update all other themes for no jQuery * Restore jQuery & underscores.js to Sphinx themes Enables a more gradual deprecation * Added deprecation note to CHANGES * Run prettier with defaults * Update deprecation message to include extensions, note that sources must be copied * oops * Address Pradyun's feedback * Forgot this one * `let` doesn't work, as it is scoped to the block... * Remove missed jQuery in sphinx13 theme
* Fix #9108: docs: Use default pygments_theme to get accessiblityTakeshi KOMIYA2021-12-111-1/+1
| | | | | | To increse accessiblity of our docs, this changes the pygments_theme of sphinx-docs.org to "default". It was updated to meet WCAG AA in https://github.com/pygments/pygments/pull/1940.
* Fix broken "Extend" link in site headerThibaud Colas2021-02-041-1/+1
| | | Spotted while navigating https://www.sphinx-doc.org/en/master/.
* Merge branch '3.x' into 7774_remove_develop.rstTakeshi KOMIYA2021-01-241-1/+1
|\
| * Strip trailing whitespaces and normalize line endingsFrançois Freitag2020-10-031-1/+1
| | | | | | | | | | | | | | | | Trailing whitespace do not have impact on the result, they are just unused bytes. Most text editors are configured to strip trailing whitespaces. Remove them all in one go. Update a handful of files to use the UNIX line ending.
* | docs: Remove the 'develop' guideStephen Finucane2020-06-021-1/+1
|/ | | | | | | | | | | | This contained a list of extensions, along with general contributing information and pointers on how to develop your own extensions. The list of extensions was very old, referenced the dead BitBucket repo and was really not very helpful, while the contributing and development information was just pointers to other, better documentation. Remove the document wholesale and update any pointers we have to it to other, better docs. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Fix #7534: docs: Big vertical whitespace rendered in official docTakeshi KOMIYA2020-04-221-0/+1
|
* DOC: Use html_baseurlMatthias Geier2020-04-171-5/+0
|
* Remove redundant type="text/javascript" from <script> elementsJon Dufresne2019-12-151-1/+1
| | | | | | | | | | | | | | | In HTML5, <script> elements default to MIME type text/javascript. The HTML5 living standard and MDN recommend against including the attribute. From https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#attr-type > The HTML5 specification urges authors to omit the attribute rather > than provide a redundant MIME type. From https://html.spec.whatwg.org/#the-script-element > Authors should omit the type attribute instead of redundantly setting > it.
* doc: avoid font-size when :mod: role in headingsTakayuki SHIMIZUKAWA2019-10-261-0/+5
|
* Update basic.css for HTML5 writerTakeshi KOMIYA2019-02-111-12/+9
|
* docs: Use "Courier New" font to code blocksTakeshi KOMIYA2019-02-111-1/+1
|
* A happy new year!Takeshi KOMIYA2019-01-022-2/+2
|
* Merge branch '1.7'Takeshi KOMIYA2018-06-191-0/+4
|\
| * doc: Use badge to show latest releaseTakeshi KOMIYA2018-06-171-0/+4
| |
* | Merge pull request #4884 from tk0miya/4873_adjust_word-breakTakeshi KOMIYA2018-04-221-0/+4
|\ \ | | | | | | Fix #4873: Adjust word-break of deprecated-APIs table
| * | Fix #4873: Adjust word-break of deprecated-APIs tableTakeshi KOMIYA2018-04-221-0/+4
| |/
* | doc: Fix filenameTakeshi KOMIYA2018-04-121-1/+1
|/
* Fix #4744: Add canonical URL to docsTakeshi KOMIYA2018-03-211-0/+5
|
* cleanup formatting of some sidebar itemsTim Hoffmann2018-01-061-2/+28
|
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-012-2/+2
|\
| * A happy new year!Takeshi KOMIYA2018-01-012-2/+2
| |
* | Switched stylesheet for font to HTTPS to avoid mixed content issuesAlex Gaynor2017-09-241-1/+1
|/
* Year++Takeshi KOMIYA2017-03-262-2/+2
|
* Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-131-0/+4
|\
| * Fix #3130: HTML rendering problems inside admonition block in Sphinx docTakeshi KOMIYA2016-11-131-0/+4
| |
* | fix sphinx document's style to satisfy xhtml standardYoshiki Shibukawa2016-09-011-0/+6
| |
* | Merge branch 'stable'Takeshi KOMIYA2016-08-091-2/+2
|\ \ | |/
| * fix html entity to fix epub errorYoshiki Shibukawa2016-08-091-2/+2
| |
* | Run *.png through zopflipng -mVille Skyttä2016-07-076-0/+0
|/ | | | | Before: 2334583 bytes After: 2136324 bytes
* Obligatory copyright update.Georg Brandl2016-01-142-2/+2
|
* Merge branch 'stable'Georg Brandl2015-01-032-2/+2
|\
| * all: update copyrightGeorg Brandl2015-01-032-2/+2
| |