Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | | |||||
* | | Close #10013: html: Allow to change the loading method of JavaScript | Takeshi KOMIYA | 2021-12-25 | 1 | -2/+13 |
| | | |||||
* | | refactor: docs: Use :param: fields for add_js_file() and add_css_file() | Takeshi KOMIYA | 2021-12-25 | 1 | -14/+20 |
|/ | |||||
* | Merge pull request #9793 from samdoran/enable-parallel-on-macos | Takeshi KOMIYA | 2021-12-11 | 1 | -7/+0 |
|\ | | | | | Set multiprocessing start method to `fork` | ||||
| * | Set multiprocessing start method to fork | Sam Doran | 2021-10-28 | 1 | -7/+0 |
| | | | | | | | | | | Since the current code requires forking, set it explicitly rather than disabling parallelization on macOS. | ||||
* | | Close #9618: i18n: Add gettext_allow_fuzzy_translations | Takeshi KOMIYA | 2021-11-10 | 1 | -1/+2 |
|/ | |||||
* | Close #9683: Revert the removal of ``add_stylesheet()`` API | Takeshi KOMIYA | 2021-10-03 | 1 | -0/+20 |
| | | | | | | | It will be kept until the Sphinx-6.0 release. Note: Now it emits a warning instead of DeprecationWarning to let the users know the deprecation. | ||||
* | Address flake8 errors in whitespace linting | Louis Maddox | 2021-07-23 | 1 | -3/+3 |
| | |||||
* | Improvements to sphinx.application docstrings | Louis Maddox | 2021-07-18 | 1 | -31/+31 |
| | |||||
* | Merge branch '4.x' into humitos/add-html-assets-in-all-pages | Manuel Kaufmann | 2021-06-14 | 1 | -26/+25 |
|\ | |||||
| * | fix: Fix typo in add_directive docstring | James McKinney | 2021-06-05 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #9242 from tk0miya/refactor_env2 | Takeshi KOMIYA | 2021-05-22 | 1 | -2/+1 |
| |\ | | | | | | | refactor: Make the app argument for BuildEnvironment required | ||||
| | * | refactor: Make the app argument for BuildEnvironment required | Takeshi KOMIYA | 2021-05-22 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At present, some attributes of env object are considered as optional because they have been initialized by None on the constructor. But they have always been fullfilled actually. To be clear the type hints of the env object, this makes the `app` argument for the BuildEnvironment class required. It can ensure the attributes of env object are not optional. | ||||
| * | | Merge pull request #9239 from igo95862/https-links | Takeshi KOMIYA | 2021-05-19 | 1 | -3/+3 |
| |\ \ | | |/ | |/| | Upgrade URLs to use HTTPS | ||||
| | * | doc: Upgrade docutils.sourceforge.io links to HTTPS | igo95862 | 2021-05-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Also change any docutils.sourceforge.net link to io top level domain. | ||||
| * | | refactor: Do config file existence check in Config.read() | Takeshi KOMIYA | 2021-05-16 | 1 | -12/+5 |
| |/ | |||||
| * | Deprecate app.html_themes | Takeshi KOMIYA | 2021-05-12 | 1 | -4/+11 |
| | | | | | | | | | | The register is much better to store the HTML themes instead of the application object. So this migrates it to the registry object. | ||||
| * | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2021-05-10 | 1 | -4/+4 |
| | | |||||
* | | Rename variable to `html_assets_policy` | Manuel Kaufmann | 2021-06-14 | 1 | -8/+12 |
| | | |||||
* | | Add `Sphinx.add_html_assets_in_all_pages` | Manuel Kaufmann | 2021-05-06 | 1 | -0/+8 |
|/ | | | | | | | | | | | | | This new method in the `Sphinx` object allows extensions to communicate to Sphinx that it's preferred to include HTML assets in all the pages. However, it's extensions developers' responsability to follow this config and decide whether or not include the assets required. Extensions developers' can check `Sphinx.html_assets_in_all_pages` together with any other logic they may have to decide if the assets will be included in the rendered page or not. Closes #9115 | ||||
* | Merge branch 'master' into patch-1 | Takeshi KOMIYA | 2021-04-10 | 1 | -70/+38 |
|\ | |||||
| * | Merge pull request #9064 from tk0miya/refactor_type_annotation | Takeshi KOMIYA | 2021-04-08 | 1 | -2/+1 |
| |\ | | | | | | | refactor: Add Optional to type annotations | ||||
| | * | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2021-04-08 | 1 | -2/+1 |
| | | | |||||
| * | | refactor: Use PEP-526 based variable annotation | Takeshi KOMIYA | 2021-04-08 | 1 | -9/+9 |
| |/ | |||||
| * | refactor: use raw Type for type annotations | Takeshi KOMIYA | 2021-04-04 | 1 | -17/+17 |
| | | |||||
| * | doc: Link autodoc tutorial in add_autodocumenter docstring | igo95862 | 2021-03-09 | 1 | -1/+1 |
| | | | | | | | | Uses :ref: link because :doc: does not work. | ||||
| * | Update type annotations | Takeshi KOMIYA | 2021-02-09 | 1 | -0/+3 |
| | | |||||
| * | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-28 | 1 | -55/+69 |
| |\ | |||||
| * \ | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-24 | 1 | -27/+40 |
| |\ \ | |||||
| * \ \ | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-24 | 1 | -0/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-08 | 1 | -7/+17 |
| |\ \ \ \ | |||||
| * | | | | | refactor: Move CSS tags in basic/layout.html to ``css_files`` variable | Takeshi KOMIYA | 2021-01-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-03 | 1 | -13/+41 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-21 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -7/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch '3.x' | Takeshi KOMIYA | 2020-10-24 | 1 | -8/+57 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-04 | 1 | -2/+5 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge tag 'v3.1.0' | Takeshi KOMIYA | 2020-07-05 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch '3.x' | Takeshi KOMIYA | 2020-06-04 | 1 | -7/+22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -36/+3 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -6/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Depart method for node is optional | Martin HasoĊ | 2021-04-09 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | doc: Apply :params: to some APIs in app class | Takeshi KOMIYA | 2021-01-26 | 1 | -55/+69 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #8744 from tk0miya/refactor_doc4 | Takeshi KOMIYA | 2021-01-24 | 1 | -27/+40 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | doc: Apply :params: to some APIs in app class |