| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Warn on deprecated Python-specific index types (#11412) | Adam Turner | 2023-05-09 | 1 | -1/+0 |
| | | |||||
| * | Let the #11276 test actually be one which would have failed earlier | Jean-François B | 2023-03-31 | 1 | -0/+10 |
| | | |||||
| * | Fix #11274: external links may break PDF build if under \sphinxupquote | Jean-François B | 2023-03-31 | 1 | -0/+6 |
| | | |||||
| * | LaTeX: fix 5.1.0 bugs related to topic and contents boxes (#11102) | Jean-François B | 2023-01-06 | 1 | -0/+72 |
| | | | | | | | | | | | | | | | | | | | * Fix #11095 (PDF wrong placement of shadow of topic boxes since 5.1.0) * Fix #11096 (LaTeX shadowsize regression at 5.1.0) * Fix #11099 (shadowrule legacy sphinxsetup key vanished at 5.1.0) * Fix #11101 (LaTeX div.topic_padding of sphinxsetup had wrong name) * Add some checks that various sphinxsetup keys do not break PDF build * Update LaTeX docs * Update CHANGES * Can not use :dudir:`contents` has it links to wrong place | ||||
| * | Make copyright text inclusion test date-independent | Adam Turner | 2023-01-01 | 1 | -1/+1 |
| | | | | | Improve clarity on what the test is looking for in the footer | ||||
| * | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -7/+7 |
| | | |||||
| * | Extend cross referencing options with values (#10883) | Martin Liška | 2022-10-02 | 1 | -1/+2 |
| | | | | | | | | | This change means that text following `=`, `[=`, or ` ` is ignored when searching for a corresponding option directive to an option cross reference role. These are commonly used options, for example `--profile=path`, `--profile[=path]` or `--profile path`. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | extend option directive syntax | Martin Liska | 2022-09-27 | 1 | -0/+13 |
| | | | | | One can cross-reference an option value: :option:`--module=foobar`. | ||||
| * | Remove unneeded `noqa` lint suppression comments (#10772) | danieleades | 2022-08-28 | 1 | -1/+1 |
| | | |||||
| * | Allow emphasising placeholders in `option` directives (#10366) | Martin Liška | 2022-06-16 | 1 | -0/+9 |
| | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | Fix a spelling typo in tests (s/änhlich/ähnlich) | jfbu | 2021-12-22 | 1 | -1/+1 |
| | | |||||
| * | Add test for encoding local file links with special characters | Johannes Aalto | 2021-09-24 | 2 | -0/+1 |
| | | | | | | | | | | | | | | Add test to make sure Sphinx uses proper URL encoding for special characters in file names. Use test_html_download() since it test_html5_output() doesn't quite seem to have easy pattern to verify the contents of href attribute. Issue #3097 Signed-off-by: Johannes Aalto <ext-johannes.aalto@vaisala.com> | ||||
| * | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 2 | -2/+2 |
| | | |||||
| * | Fix typo | Eisuke Kawashima | 2021-07-08 | 1 | -1/+1 |
| | | |||||
| * | Fix :samp:`{var}` in manual pages. | Martin Liska | 2021-06-16 | 1 | -0/+7 |
| | | | | | | | | When a samp begins with a variable part, it is not unwrapped for manual pages. Fixes #1860. | ||||
| * | Fix test: deprecation warning for extlinks | Takeshi KOMIYA | 2021-05-03 | 1 | -1/+1 |
| | | |||||
| * | Decl styling, update writers | Jakob Lykke Andersen | 2021-04-12 | 1 | -0/+6 |
| | | | | | | | Add test objects so all builders gets exposed to the new nodes. Make the fallback node post-transform change desc_inline as well. Make the html4, latex, and text writers handle desc_inline. | ||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 2 | -2/+0 |
| | | | | | | | | | | | | | 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. | ||||
| * | refactor: Remove rst_epilog from test-root/conf.py | Takeshi KOMIYA | 2020-10-06 | 2 | -3/+3 |
| | | | | | | | | | | I found test-root defines rst_epilog in its conf.py. It causes side-effects to many test cases in Sphinx's testing because test-root is widely used. This removes the configuration from test-root not to cause side-effects to our testings. Note: We already have test cases for rst_epilog in test_util_rst. | ||||
| * | test: Remove search link from test-root | Takeshi KOMIYA | 2020-07-18 | 1 | -1/+0 |
| | | | | | To make EPUB output valid, remove a search link from test-root. | ||||
| * | Move "self" toctree testcase to test-toctree | Takeshi KOMIYA | 2020-07-18 | 1 | -2/+0 |
| | | | | | To be epubcheck clean, remove "self" toctree from root case. | ||||
| * | Let option directive support args in the form of foo[=bar] | Luke Lau | 2020-06-03 | 1 | -1/+3 |
| | | | | | | | | This slightly tweaks the regex so that command line flags of the form foo[=N] are properly split up. This is useful for any programs that can take `--foo` as a flag on its own as well as with an extra argument `--foo=12`. | ||||
| * | C, initial rewrite | Jakob Lykke Andersen | 2020-03-15 | 1 | -3/+3 |
| | | |||||
| * | test: Reduce warnings on building test-root | Takeshi KOMIYA | 2019-02-14 | 5 | -20/+1 |
| | | | | | Note: all warnings are tested on test-warnings. | ||||
| * | Merge pull request #5983 from tk0miya/separate_applehelp | Takeshi KOMIYA | 2019-02-06 | 2 | -5/+0 |
| |\ | | | | | Separate applehelp to sphinxcontrib package | ||||
| | * | Separate applehelp to sphinxcontrib package | Takeshi KOMIYA | 2019-02-06 | 2 | -5/+0 |
| | | | |||||
| * | | Merge pull request #6012 from tk0miya/update_svgimg | Takeshi KOMIYA | 2019-02-04 | 1 | -1/+1 |
| |\ \ | |/ |/| | Fix test: imgconverter expects size of images fixed | ||||
| | * | Fix test: imgconverter expects size of images fixed | Takeshi KOMIYA | 2019-02-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fix #4611: epub: Show warning for duplicated ToC entries | Takeshi KOMIYA | 2019-02-03 | 1 | -1/+0 |
| |/ | |||||
| * | Merge branch '1.8' | Takeshi KOMIYA | 2019-02-03 | 1 | -1/+0 |
| |\ | |||||
| | * | Merge pull request #6009 from tk0miya/4611_add_testcase_for_html_style | Takeshi KOMIYA | 2019-02-03 | 1 | -1/+0 |
| | |\ | | | | | | | Separate testcase for html_style to single case from root | ||||
| | | * | Separate testcase for html_style to single case from root | Takeshi KOMIYA | 2019-02-03 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge branch '1.8' | Takeshi KOMIYA | 2019-02-03 | 1 | -156/+2 |
| |\ \ \ | |/ / | |||||
| | * | | test: Replace SVG image by simple one | Takeshi KOMIYA | 2019-02-03 | 1 | -156/+2 |
| | |/ | | | | | | | | | | | Old SVG image contains non standard tags and attributes. Therefore, epubcheck warns it as invalid. To avoid the warnings, this replaces it by very simple one. | ||||
| * | | Separate jsmath to sphinxcontrib package | Takeshi KOMIYA | 2019-01-13 | 1 | -2/+4 |
| | | | |||||
| * | | quickstart: Simplify generated conf.py (for latex) | Takeshi KOMIYA | 2019-01-07 | 1 | -5/+0 |
| | | | |||||
| * | | Remove coding magic comments from tests | Takeshi KOMIYA | 2019-01-02 | 3 | -5/+0 |
| | | | |||||
| * | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -1/+1 |
| | | | |||||
| * | | refactor: Replace six.StringIO by io.StringIO | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+1 |
| | | | |||||
| * | | refactor: Replace six.add_metaclass by __metaclass_ attribute | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #5699 from tk0miya/smart_manpage_conf_py | Takeshi KOMIYA | 2018-12-02 | 1 | -5/+0 |
| |\ \ | | | | | | | quickstart: Simplify generated conf.py (for manpage) | ||||
| | * | | quickstart: Simplify generated conf.py (for manpage) | Takeshi KOMIYA | 2018-12-02 | 1 | -5/+0 |
| | | | | |||||
| * | | | quickstart: Simplify generated conf.py (for htmlhelp) | Takeshi KOMIYA | 2018-12-02 | 1 | -2/+0 |
| |/ / | |||||
| * | | Merge pull request #5607 from tk0miya/smart_texinfo_conf_py | Takeshi KOMIYA | 2018-12-02 | 1 | -5/+0 |
| |\ \ | | | | | | | quickstart: Simplify generated conf.py (for texinfo) | ||||
| | * | | quickstart: Simplify generated conf.py (for texinfo) | Takeshi KOMIYA | 2018-11-11 | 1 | -5/+0 |
| | | | | |||||
| * | | | Refactor metadata handling | Takeshi KOMIYA | 2018-11-30 | 2 | -58/+0 |
| |/ / | |||||
| * | | test: Move autodoc_missing_imports to test-ext-autodoc | Takeshi KOMIYA | 2018-10-17 | 3 | -36/+0 |
| | | | |||||
| * | | Merge branch 'master' into change_master_doc_to_index | Takeshi KOMIYA | 2018-09-29 | 1 | -2/+0 |
| |\ \ | |||||
| | * | | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 1 | -2/+0 |
| | |/ | |||||
| * | | The default setting for master_doc is changed to 'index' | Takeshi KOMIYA | 2018-09-04 | 2 | -6/+4 |
| |/ | |||||
