summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove trailing whitespacesJellby2016-09-291-1/+1
| |
* | Merge remote-tracking branch 'upstream/master'Jellby2016-09-291-117/+230
|\ \ | |/ | | | | | | Conflicts: tests/test_build_html.py
| * Fix #2916: `numref` role can also refer caption as an its linktextTakeshi KOMIYA2016-09-171-0/+12
| |
| * Fix #326: `numref` role can also refer sectionsTakeshi KOMIYA2016-09-171-21/+39
| |
| * Fix style-check violationTakeshi KOMIYA2016-08-311-1/+2
| |
| * Fix #646: ``option`` directive support . character as a part of optionsTakeshi KOMIYA2016-08-311-0/+4
| |
| * Fix genindex.html to satisfy xhtml standardYoshiki Shibukawa2016-08-181-1/+1
| |
| * Fix broken testTakeshi KOMIYA2016-08-181-3/+1
| |
| * Merge branch 'stable'Takeshi KOMIYA2016-08-181-1/+87
| |\
| | * Add testcase for #2846Takeshi KOMIYA2016-08-171-1/+87
| | |
| * | Create PyGroupedField and use it for 'exceptions'Glenn Matthews2016-07-151-0/+1
| | |
| * | Merge branch 'stable'Takeshi KOMIYA2016-07-151-37/+24
| |\ \ | | |/
| | * Optimized tests: Add test-warningsTakeshi KOMIYA2016-07-141-21/+25
| | |
| | * Optimize tests: test_jsmathTakeshi KOMIYA2016-07-141-15/+0
| | |
| * | Remove debug printTakeshi KOMIYA2016-07-091-1/+0
| | |
| * | math: Add hyperlink marker to each equations in HTML outputTakeshi KOMIYA2016-07-091-2/+4
| | |
| * | Refactor: Use copy_asset() to copy html_static_pathTakeshi KOMIYA2016-07-071-2/+15
| | |
| * | Refactor: Replace copy_extra_entry() with copy_asset()Takeshi KOMIYA2016-07-071-0/+2
| | |
| * | Merge pull request #2454 from mgeier/html-sourcelink-txtTakeshi KOMIYA2016-07-061-0/+14
| |\ \ | | | | | | | | Add option html_sourcelink_suffix
| | * | Change html_sourcelink_txt -> html_sourcelink_suffixMatthias Geier2016-06-071-2/+2
| | | |
| | * | Add option html_sourcelink_txtMatthias Geier2016-06-071-1/+13
| | | |
| | * | Add test cases for HTML source linksMatthias Geier2016-06-071-0/+2
| | | |
| * | | #2597: Show warning messages as darkredTakeshi KOMIYA2016-06-241-2/+2
| | | |
| * | | Merge branch 'stable'Takeshi KOMIYA2016-06-121-8/+8
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-8/+8
| | |
| * | Merge pull request #2586 from avylove/html5libTakeshi KOMIYA2016-06-051-45/+15
| |\ \ | | |/ | |/| Use html5lib to parse HTML in tests instead of XMLParser
| | * Use html5lib to parse HTML in tests instead of XMLParserAvram Lubkin2016-05-281-45/+15
| | |
| * | Make testcases robustTakeshi KOMIYA2016-06-031-10/+10
| | |
| * | Fix combination of figure directive options; width, figwidth and align (ref: ↵Takeshi KOMIYA2016-05-301-2/+2
| |/ | | | | | | #2595)
| * Fix the caption of figure is always put on center even if ``:align:`` was ↵Takeshi KOMIYA2016-05-041-2/+2
| | | | | | | | specified
| * Fix #2492: Figure directive with :figwidth: generates incorrect Latex-codeTakeshi KOMIYA2016-05-041-2/+2
| |
| * Fix #2309: Could not refer "indirect hyperlink targets" by ref-roleTakeshi KOMIYA2016-04-241-3/+8
| |
| * Merge branch 'stable' into 1.4-releaseTakeshi KOMIYA2016-03-231-1/+1
| |\
| | * Fix broken testsTakeshi KOMIYA2016-03-061-1/+1
| | |
* | | Merge remote-tracking branch 'upstream/master'Jellby2016-03-061-0/+1
|\ \ \ | |/ /
| * | Fix #2229: no warning is given for unknown optionsTakeshi KOMIYA2016-02-231-0/+1
| | |
* | | Merge remote-tracking branch 'upstream/master'Ignacio Fdez. Galván2016-02-291-7/+49
|\ \ \ | |/ /
| * | Merge branch 'stable'Takeshi KOMIYA2016-02-201-1/+0
| |\ \ | | |/
| | * Don't show option-role warnings in 1.3.x tooTakeshi KOMIYA2016-02-201-1/+0
| | |
| | * fix testsGeorg Brandl2016-02-191-1/+0
| | |
| * | Fix code-block literals raises highlighting warnings by defaultTakeshi KOMIYA2016-02-171-2/+2
| | |
| * | Merge branch 'stable'Takeshi KOMIYA2016-02-151-2/+13
| |\ \ | | |/
| | * Fix some testcase get error with pygments-2.1.1Takeshi KOMIYA2016-02-151-2/+13
| | |
| * | The default highlight language is now Python 3.Georg Brandl2016-02-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | References: #2279. This means that source code is highlighted as Python 3 (which is mostly a superset of Python 2), and no parsing is attempted to distinguish valid code.
| * | Fix #1858: Support numbering custom nodesTakeshi KOMIYA2016-02-141-0/+4
| | |
| * | Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig featureTakeshi KOMIYA2016-02-141-0/+28
| | |
* | | Merge remote-tracking branch 'upstream/master'Jellby2016-02-081-53/+82
|\ \ \ | |/ / | | | | | | | | | Conflicts: tests/test_build_html.py
| * | Fix #2022: html_extra_path also copies dotfiles and refers exclude_patternsTakeshi KOMIYA2016-01-241-0/+13
| | |
| * | Merge branch 'stable'Takeshi KOMIYA2016-01-181-2/+3
| |\ \ | | |/
| | * Fix #1565: Show warning if Pygments throws an ErrorTokenTakeshi KOMIYA2016-01-181-1/+2
| | |