summaryrefslogtreecommitdiff
path: root/tests/roots/test-root
Commit message (Collapse)AuthorAgeFilesLines
* Warn on deprecated Python-specific index types (#11412)Adam Turner2023-05-091-1/+0
|
* Let the #11276 test actually be one which would have failed earlierJean-François B2023-03-311-0/+10
|
* Fix #11274: external links may break PDF build if under \sphinxupquoteJean-François B2023-03-311-0/+6
|
* LaTeX: fix 5.1.0 bugs related to topic and contents boxes (#11102)Jean-François B2023-01-061-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-independentAdam Turner2023-01-011-1/+1
| | | | Improve clarity on what the test is looking for in the footer
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-7/+7
|
* Extend cross referencing options with values (#10883)Martin Liška2022-10-021-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 syntaxMartin Liska2022-09-271-0/+13
| | | | One can cross-reference an option value: :option:`--module=foobar`.
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
|
* Allow emphasising placeholders in `option` directives (#10366)Martin Liška2022-06-161-0/+9
| | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Fix a spelling typo in tests (s/änhlich/ähnlich)jfbu2021-12-221-1/+1
|
* Add test for encoding local file links with special charactersJohannes Aalto2021-09-242-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 codespellChristian Clauss2021-09-082-2/+2
|
* Fix typoEisuke Kawashima2021-07-081-1/+1
|
* Fix :samp:`{var}` in manual pages.Martin Liska2021-06-161-0/+7
| | | | | | | When a samp begins with a variable part, it is not unwrapped for manual pages. Fixes #1860.
* Fix test: deprecation warning for extlinksTakeshi KOMIYA2021-05-031-1/+1
|
* Decl styling, update writersJakob Lykke Andersen2021-04-121-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 isortFrançois Freitag2020-11-112-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.pyTakeshi KOMIYA2020-10-062-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-rootTakeshi KOMIYA2020-07-181-1/+0
| | | | To make EPUB output valid, remove a search link from test-root.
* Move "self" toctree testcase to test-toctreeTakeshi KOMIYA2020-07-181-2/+0
| | | | To be epubcheck clean, remove "self" toctree from root case.
* Let option directive support args in the form of foo[=bar]Luke Lau2020-06-031-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 rewriteJakob Lykke Andersen2020-03-151-3/+3
|
* test: Reduce warnings on building test-rootTakeshi KOMIYA2019-02-145-20/+1
| | | | Note: all warnings are tested on test-warnings.
* Merge pull request #5983 from tk0miya/separate_applehelpTakeshi KOMIYA2019-02-062-5/+0
|\ | | | | Separate applehelp to sphinxcontrib package
| * Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-062-5/+0
| |
* | Merge pull request #6012 from tk0miya/update_svgimgTakeshi KOMIYA2019-02-041-1/+1
|\ \ | |/ |/| Fix test: imgconverter expects size of images fixed
| * Fix test: imgconverter expects size of images fixedTakeshi KOMIYA2019-02-031-1/+1
| |
* | Fix #4611: epub: Show warning for duplicated ToC entriesTakeshi KOMIYA2019-02-031-1/+0
|/
* Merge branch '1.8'Takeshi KOMIYA2019-02-031-1/+0
|\
| * Merge pull request #6009 from tk0miya/4611_add_testcase_for_html_styleTakeshi KOMIYA2019-02-031-1/+0
| |\ | | | | | | Separate testcase for html_style to single case from root
| | * Separate testcase for html_style to single case from rootTakeshi KOMIYA2019-02-031-1/+0
| | |
* | | Merge branch '1.8'Takeshi KOMIYA2019-02-031-156/+2
|\ \ \ | |/ /
| * | test: Replace SVG image by simple oneTakeshi KOMIYA2019-02-031-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 packageTakeshi KOMIYA2019-01-131-2/+4
| |
* | quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-5/+0
| |
* | Remove coding magic comments from testsTakeshi KOMIYA2019-01-023-5/+0
| |
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
| |
* | refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-2/+1
| |
* | refactor: Replace six.add_metaclass by __metaclass_ attributeTakeshi KOMIYA2018-12-151-2/+2
| |
* | Merge pull request #5699 from tk0miya/smart_manpage_conf_pyTakeshi KOMIYA2018-12-021-5/+0
|\ \ | | | | | | quickstart: Simplify generated conf.py (for manpage)
| * | quickstart: Simplify generated conf.py (for manpage)Takeshi KOMIYA2018-12-021-5/+0
| | |
* | | quickstart: Simplify generated conf.py (for htmlhelp)Takeshi KOMIYA2018-12-021-2/+0
|/ /
* | Merge pull request #5607 from tk0miya/smart_texinfo_conf_pyTakeshi KOMIYA2018-12-021-5/+0
|\ \ | | | | | | quickstart: Simplify generated conf.py (for texinfo)
| * | quickstart: Simplify generated conf.py (for texinfo)Takeshi KOMIYA2018-11-111-5/+0
| | |
* | | Refactor metadata handlingTakeshi KOMIYA2018-11-302-58/+0
|/ /
* | test: Move autodoc_missing_imports to test-ext-autodocTakeshi KOMIYA2018-10-173-36/+0
| |
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-2/+0
|\ \
| * | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-2/+0
| |/
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-042-6/+4
|/