summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | diet test-root: Move testtheme to test-themingTakeshi KOMIYA2017-12-151-4/+0
| |/
* | Closes #3160: Use <kbd> tag for :kbd: role in html writersDavid Lechner2017-10-301-1/+1
| |
* | HTML themes can set up default sidebars through ``theme.conf``Takeshi KOMIYA2017-10-221-0/+18
|/
* Fix the warnings, need to handle the repr escapingAndy Neebel2017-06-141-2/+1
|
* Mark tests as xfail/skip to allow successful runAndy Neebel2017-06-141-0/+2
|
* Fix Emit wrong warnings if citation label includes hyphens (refs: #3558)Takeshi KOMIYA2017-06-041-7/+9
|
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
|
* Fix flake8 violationsTakeshi KOMIYA2017-05-091-12/+14
|
* Backport fixes for French quotes from docutilsDmitry Shachnev2017-04-251-1/+1
|
* Add tests for English, Russian and French smart quotesDmitry Shachnev2017-04-251-0/+7
|
* Merge branch 'master' into support_remote_imagesTakeshi KOMIYA2017-04-221-2/+2
|\
| * Remove misplaced flags from re.sub() callsJakub Wilk2017-04-201-2/+2
| | | | | | | | | | | | | | | | The 4th argument of re.sub() is maximum number of substitutions, not flags. Moreover, re.MULTILINE affects only semantics of ^ and $, so it wouldn't have any effect on this regular expression.
* | Drop warning for nonlocal image URITakeshi KOMIYA2017-04-191-1/+0
| |
* | Add ImageDownloader transform to support remote images on some buildersTakeshi KOMIYA2017-04-191-0/+10
|/
* Rewrite and simplify stylesheet handlingJellby2017-04-151-3/+3
| | | | | | | Thanks to tk0miya's comment, I learnt one can add stuff to template blocks, that allows a much simpler stylesheet configuration, considering that changes at the template level will be more... well, low-level. Hopefully this is now acceptable.
* Merge remote-tracking branch 'upstream/master'Jellby2017-04-151-2/+20
|\ | | | | | | | | Conflicts: tests/test_build_html.py
| * Fix #3594: LaTeX: single raw directive has been considereed as block level ↵Takeshi KOMIYA2017-04-081-0/+14
| | | | | | | | element
| * Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
| |\
| | * Year++Takeshi KOMIYA2017-03-261-1/+1
| | |
| * | Also change depart_admonition calls for html5 builderTravis A. Everett2017-03-041-2/+1
| | |
| * | Fix #3506: consistently pass node to depart_admonition in HTML writerTravis A. Everett2017-03-041-1/+5
| | |
* | | Update version (there's still hope)Jellby2017-03-041-2/+0
| | |
* | | Merge remote-tracking branch 'upstream/master'Jellby2017-03-041-797/+843
|\ \ \ | |/ / | | | | | | | | | Conflicts: tests/test_build_html.py
| * | Fix for py3Takeshi KOMIYA2017-03-041-3/+3
| | |
| * | Merge branch 'master' into refactor_inventoryTakeshi KOMIYA2017-03-041-3/+3
| |\ \
| | * | Add experimental HTML5 writerYoshiki Shibukawa2017-03-021-3/+3
| | | |
| * | | Update testcaseTakeshi KOMIYA2017-03-041-1/+1
| | | |
| * | | Add InventoryFile.dump()Takeshi KOMIYA2017-03-021-0/+28
| |/ /
| * | Merge branch 'stable'Takeshi KOMIYA2017-03-011-1/+1
| |\ \ | | |/
| | * replace internal copy of ElementTree with standard library's ElementTreeYoshiki Shibukawa2017-03-011-1/+1
| | |
| * | Merge branch 'stable'Takeshi KOMIYA2017-02-261-0/+9
| |\ \ | | |/
| | * Fix &nbsp is appeared in EPUB docs #3450 againYoshiki Shibukawa2017-02-261-0/+9
| | |
| * | update root footnote testjfbu2017-02-181-4/+5
| | |
| * | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-1/+1
| | |
| * | Merge branch 'stable'Takeshi KOMIYA2017-02-151-0/+2
| |\ \ | | |/
| | * Fix #3366: option directive does not allow punctuationsTakeshi KOMIYA2017-02-151-0/+2
| | |
| * | Merge branch 'stable'Takeshi KOMIYA2017-01-291-0/+1
| |\ \ | | |/
| | * Fix flake8 violationsTakeshi KOMIYA2017-01-261-0/+1
| | |
| * | Merge branch 'stable'Takeshi KOMIYA2017-01-101-749/+762
| |\ \ | | |/
| | * pytest: update by reviewingshimizukawa2017-01-091-6/+12
| | | | | | | | | | | | | | | | | | * remove 'specific_srcdir' feature * simplify 'shared_result' feature * rename 'AppWrapper' into 'SphinxTestAppWrapperForSkipBuilding'
| | * pytest optimizatoin:shimizukawa2017-01-081-749/+756
| | | | | | | | | | | | | | | | | | | | | | | | - remote using deprecated decorators - remove gen_with_app - remove yield testing - remove pytest warnings - refactoring
| * | Merge branch 'stable'shimizukawa2017-01-071-10/+11
| |\ \ | | |/
| | * 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
| | | | | | | | | | | | This reverts commit 9569c6dbff8e9bb2cc032ec4bc7ebdd50c4b570e.
| | * Add ``config-inited`` eventTakeshi KOMIYA2016-11-181-10/+0
| | |
| * | Use sphinx.util.logging instead app.warn()Takeshi KOMIYA2017-01-021-2/+2
| |/
* | Merge remote-tracking branch 'upstream/master'Jellby2016-12-061-3/+3
|\ \ | |/ | | | | | | | | Conflicts: sphinx/application.py sphinx/builders/html.py
| * Fix #3000: ``option`` directive generates invalid HTML anchorsTakeshi KOMIYA2016-10-071-3/+3
| | | | | | | | fix
* | Let's see nowJellby2016-09-291-7/+3
| |