summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix #4550: html: Centering tables by default using CSSTakeshi KOMIYA2019-05-061-57/+57
|
* Fix AssertionError is raised for custom citation_reference node (refs: #6147)Takeshi KOMIYA2019-03-091-2/+2
| | | | | AssertionError is raised when custom ``citation_reference`` node having classes attribute refers missing citation (refs: #6147)
* Fix #6096: html: Anchor links are not added to figuresTakeshi KOMIYA2019-02-241-0/+9
|
* HTML builder outputs HTML5 by defaultTakeshi KOMIYA2019-02-111-137/+187
|
* Close #4550: All tables and figures without ``align`` option are displayed ↵Takeshi KOMIYA2019-02-081-60/+60
| | | | to center
* Merge pull request #5985 from tk0miya/refactor_test_build_htmlTakeshi KOMIYA2019-02-041-6/+2
|\ | | | | refactor: test_build_html.py
| * refactor: test_build_html.pyTakeshi KOMIYA2019-01-261-6/+2
| |
* | Merge branch '1.8'Takeshi KOMIYA2019-02-031-0/+9
|\ \ | |/ |/|
| * Separate testcase for html_style to single case from rootTakeshi KOMIYA2019-02-031-0/+9
| |
* | Separate jsmath to sphinxcontrib packageTakeshi KOMIYA2019-01-131-3/+3
| |
* | encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-2/+2
| |
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-11/+11
| |
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-11/+50
|\ \
| * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-8/+3
| |/
| * Fix #2720, #4034: Incorrect links with ``:download:``, duplicate names, and ↵Takeshi KOMIYA2018-09-031-3/+27
| | | | | | | | parallel builds
| * Add testcase for pygmentsTakeshi KOMIYA2018-09-021-16/+17
| |
| * Fix #5348: download reference to remote file is not displayedTakeshi KOMIYA2018-08-261-0/+19
| |
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-2/+2
|/
* Implement math_renderer frameworkTakeshi KOMIYA2018-07-281-0/+60
|
* Merge pull request #5108 from tk0miya/alabaster-0.711Takeshi KOMIYA2018-06-191-4/+33
|\ | | | | Alabaster 0.711
| * Fix #5066: html: "relations" sidebar is not shown by defaultTakeshi KOMIYA2018-06-161-4/+33
| |
* | Merge pull request #5034 from tk0miya/add_html_js_filesTakeshi KOMIYA2018-06-091-0/+5
|\ \ | | | | | | Add :confval:`html_js_files`
| * | Add :confval:`html_js_files`Takeshi KOMIYA2018-06-091-0/+5
| | |
* | | html: Output ``canonical_url`` metadata if :confval:`html_baseurl` setTakeshi KOMIYA2018-06-061-0/+25
|/ /
* | Fix #4983: productionlist directive generates invalid IDs for the tokensTakeshi KOMIYA2018-05-221-2/+2
| |
* | Fix #4811: The files under html_static_path are excluded from sourceTakeshi KOMIYA2018-05-031-0/+4
| |
* | Add :confval:`html_css_files`Takeshi KOMIYA2018-04-061-3/+10
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-03-191-1/+1
|\ \ | |/
| * Fix #4720: message when an image is mismatched for builder is not clearTakeshi KOMIYA2018-03-181-1/+1
| |
* | Merge commit '6694981dd6939ab876b27d4e20a8128561c307ac'Takeshi KOMIYA2018-03-151-4/+3
|\ \ | |/
| * Merge branch '1.7' into relax-numref-on-sectionsTakeshi KOMIYA2018-03-081-55/+69
| |\
| * | Update testcasesTakeshi KOMIYA2018-03-081-4/+3
| | |
* | | Merge branch '1.7'Takeshi KOMIYA2018-02-201-5/+6
|\ \ \ | | |/ | |/|
| * | Fix flake8 violationsTakeshi KOMIYA2018-02-191-5/+6
| | |
* | | test: Remove function based directivesTakeshi KOMIYA2018-02-081-1/+0
|/ /
* | Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-211-0/+2
|\ \
| * | Fix #4434: pure numbers as link targets produce warningTakeshi KOMIYA2018-01-201-0/+2
| | |
* | | Fix #4079: Add notranslate class to let Google Translate know they are not ↵Takeshi KOMIYA2018-01-131-8/+8
| | | | | | | | | | | | translatable
* | | add link to manpages in HTML builderAntoine Beaupré2018-01-111-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is useful to have the HTML documentation builder actually link to real rendered versions of HTML manpages in its output. That way people can click on manpages to get the full documentation. There are a few services offering this online, so we do not explicitly enable one by default, but the Debian manpages repository has a lot of the manpages pre-rendered, so it is used as an example in the documentation. The parsing work is done by a transformer class that parses manpage objects and extract name/section elements. Those then can be used by writers to cross-reference to actual sites. An implementation is done in the two HTML writers, but could also apply to ePUB/PDF writers as well in the future. This is not enabled by default: the `manpages_url` configuration item needs to be enabled to point to the chosen site. The `page`, `section` and `path` parameters are expanded through Python string formatting in the URL on output. Unit tests are fairly limited, but should cover most common use-cases.
* | | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \ \ | |/ /
| * | A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| | |
* | | Fix flake8 violationsTakeshi KOMIYA2017-12-231-1/+0
| | |
* | | test_autodoc: Separate testdata (python objects) and testcasesTakeshi KOMIYA2017-12-211-2/+2
| | |
* | | Merge branch 'stable'Takeshi KOMIYA2017-12-161-38/+19
|\ \ \ | |/ /
| * | test: Add test_html_copy_sourceTakeshi KOMIYA2017-12-151-0/+6
| | |
| * | Refactor test_build_html: Use basic project instead rootsTakeshi KOMIYA2017-12-151-7/+13
| | |
| * | diet test-root: Remove html_static_path and html_extra_path (duplicated with ↵Takeshi KOMIYA2017-12-151-27/+0
| | | | | | | | | | | | test-html_assets)