summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Expand)AuthorAgeFilesLines
* Fix &nbsp is appeared in EPUB docs #3450 againYoshiki Shibukawa2017-02-261-0/+9
* Fix #3366: option directive does not allow punctuationsTakeshi KOMIYA2017-02-151-0/+2
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-0/+1
* pytest: update by reviewingshimizukawa2017-01-091-6/+12
* pytest optimizatoin:shimizukawa2017-01-081-749/+756
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-4/+5
* pytest migrationshimizukawa2017-01-041-6/+6
* Revert "Add ``config-inited`` event"Takeshi KOMIYA2016-11-201-0/+10
* Add ``config-inited`` eventTakeshi KOMIYA2016-11-181-10/+0
* Fix #3000: ``option`` directive generates invalid HTML anchorsTakeshi KOMIYA2016-10-071-3/+3
* 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
|\ \
| * | 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 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
|/
* Fix the caption of figure is always put on center even if ``:align:`` was spe...Takeshi KOMIYA2016-05-041-2/+2
* 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
* | Fix #2229: no warning is given for unknown optionsTakeshi KOMIYA2016-02-231-0/+1
* | 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