Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | html builder: Append CRC32 checksum to asset URIs (#11415) | Adam Turner | 2023-05-11 | 1 | -2/+2 |
| | |||||
* | Update test for Alabaster version tuple | Adam Turner | 2023-04-26 | 1 | -1/+5 |
| | |||||
* | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 1 | -24/+0 |
| | |||||
* | Close #9974: html: Updated jQuery version from 3.5.1 to 3.6.0 | Takeshi KOMIYA | 2022-05-07 | 1 | -1/+1 |
| | |||||
* | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -8/+8 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | refactor: app.html_themes was replaced by registry.html_themes | Takeshi KOMIYA | 2021-12-11 | 1 | -4/+4 |
| | |||||
* | Fix #9222: Update Underscore.js to 1.13.1 | Takeshi KOMIYA | 2021-05-13 | 1 | -1/+1 |
| | | | | | | underscore.js 1.12.0 has a security announcement (CVE-2021-23358) for arbitrary code execution. So it should be upgraded to the latest version. | ||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-24 | 1 | -1/+1 |
|\ | |||||
| * | Update Underscore.js to 1.12.0 | Takeshi KOMIYA | 2021-01-23 | 1 | -1/+1 |
| | | |||||
* | | refactor: Move CSS tags in basic/layout.html to ``css_files`` variable | Takeshi KOMIYA | 2021-01-03 | 1 | -1/+1 |
|/ | | | | | | | | | | | To make CSS customizable, all CSS files in basic/layout.html has their priority: 200. Therefore, extensions and users can insert their own custom CSS files before or just after them. As a side effect, the CSS tags in basic/layout.html are removed. These CSS files will be rendered via `css_files` template variable. refs: #8634, c5f03980107e123210fb602f4c31f5ae950e2af4 | ||||
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | Fix #7696: html: Updated jQuery version from 3.4.1 to 3.5.1 | Takeshi KOMIYA | 2020-05-22 | 1 | -1/+1 |
| | |||||
* | Fix tests | Septatrix | 2020-03-14 | 1 | -6/+6 |
| | |||||
* | Fix checking wrong highlighter | Septatrix | 2020-03-14 | 1 | -1/+1 |
| | |||||
* | Remove html_pygments_dark_style option | Septatrix | 2020-03-14 | 1 | -0/+16 |
| | |||||
* | test: encoding="utf-8" is no longer needed on reading text | Takeshi KOMIYA | 2020-02-01 | 1 | -1/+1 |
| | |||||
* | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -7/+7 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #6606: Update jQuery to 3.4.1 | Takeshi KOMIYA | 2019-08-02 | 1 | -1/+1 |
| | |||||
* | Add a label to search input for accessability purposes. | Omer Katz | 2019-05-12 | 1 | -1/+1 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
|/ | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | Capitalization: "Table Of Contents" -> "Table of Contents". | Antony Lee | 2018-07-22 | 1 | -1/+1 |
| | | | | | | | | This is consistent with "Complete Table of Contents" (which is already in the database), as well as e.g. "Indices and Tables" where "and" is not capitalized. This is also fairly standard title-case practice. | ||||
* | Fix broken testcase by alabaster-0.711 | Takeshi KOMIYA | 2018-06-19 | 1 | -4/+8 |
| | |||||
* | Merge branch 'stable' into 1.7-release | Takeshi KOMIYA | 2018-01-20 | 1 | -1/+1 |
|\ | |||||
| * | Fix #4412: Updated jQuery version from 3.1.0 to 3.2.1 | Takeshi KOMIYA | 2018-01-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-12-16 | 1 | -3/+20 |
|\ \ | |/ | |||||
| * | diet test-root: Move testtheme to test-theming | Takeshi KOMIYA | 2017-12-15 | 1 | -3/+19 |
| | | |||||
| * | diet test-root: Move ziptheme to test-theming | Takeshi KOMIYA | 2017-12-15 | 1 | -3/+4 |
| | | |||||
* | | HTML themes can set up default sidebars through ``theme.conf`` | Takeshi KOMIYA | 2017-10-22 | 1 | -0/+12 |
| | | |||||
* | | Changed test case "test_theme_api" to check, if a not needed ↵ | daniel | 2017-06-26 | 1 | -2/+4 |
|/ | | | | | | html_theme_option is not part of the returned, final configuration of theme.get_options(). PR #3893 | ||||
* | Drop old methods | Takeshi KOMIYA | 2017-04-21 | 1 | -5/+5 |
| | |||||
* | Refactored again | Takeshi KOMIYA | 2017-04-20 | 1 | -1/+0 |
| | |||||
* | Add HTMLThemeFactory class | Takeshi KOMIYA | 2017-04-20 | 1 | -8/+4 |
| | |||||
* | Refactor sphinx.theming | Takeshi KOMIYA | 2017-04-20 | 1 | -14/+6 |
| | |||||
* | Fix fail to load template file if the parent template is archived | Takeshi KOMIYA | 2017-04-18 | 1 | -0/+6 |
| | |||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -4/+5 |
| | |||||
* | pytest: remove deprecated raises and raises_msg assert functions | shimizukawa | 2017-01-06 | 1 | -3/+6 |
| |