Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix #4550: html: Centering tables by default using CSS | Takeshi KOMIYA | 2019-05-06 | 1 | -57/+57 | |
| | ||||||
* | Fix AssertionError is raised for custom citation_reference node (refs: #6147) | Takeshi KOMIYA | 2019-03-09 | 1 | -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 figures | Takeshi KOMIYA | 2019-02-24 | 1 | -0/+9 | |
| | ||||||
* | HTML builder outputs HTML5 by default | Takeshi KOMIYA | 2019-02-11 | 1 | -137/+187 | |
| | ||||||
* | Close #4550: All tables and figures without ``align`` option are displayed ↵ | Takeshi KOMIYA | 2019-02-08 | 1 | -60/+60 | |
| | | | | to center | |||||
* | Merge pull request #5985 from tk0miya/refactor_test_build_html | Takeshi KOMIYA | 2019-02-04 | 1 | -6/+2 | |
|\ | | | | | refactor: test_build_html.py | |||||
| * | refactor: test_build_html.py | Takeshi KOMIYA | 2019-01-26 | 1 | -6/+2 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-02-03 | 1 | -0/+9 | |
|\ \ | |/ |/| | ||||||
| * | Separate testcase for html_style to single case from root | Takeshi KOMIYA | 2019-02-03 | 1 | -0/+9 | |
| | | ||||||
* | | Separate jsmath to sphinxcontrib package | Takeshi KOMIYA | 2019-01-13 | 1 | -3/+3 | |
| | | ||||||
* | | encoding keyword for path.text() and path.write_text() is no longer needed | Takeshi KOMIYA | 2019-01-03 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -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 strings | Takeshi KOMIYA | 2018-12-16 | 1 | -11/+11 | |
| | | ||||||
* | | Merge branch 'master' into change_master_doc_to_index | Takeshi KOMIYA | 2018-09-29 | 1 | -11/+50 | |
|\ \ | ||||||
| * | | refactoring: Drop PY2 and PY3 flags | Takeshi KOMIYA | 2018-09-22 | 1 | -8/+3 | |
| |/ | ||||||
| * | Fix #2720, #4034: Incorrect links with ``:download:``, duplicate names, and ↵ | Takeshi KOMIYA | 2018-09-03 | 1 | -3/+27 | |
| | | | | | | | | parallel builds | |||||
| * | Add testcase for pygments | Takeshi KOMIYA | 2018-09-02 | 1 | -16/+17 | |
| | | ||||||
| * | Fix #5348: download reference to remote file is not displayed | Takeshi KOMIYA | 2018-08-26 | 1 | -0/+19 | |
| | | ||||||
* | | The default setting for master_doc is changed to 'index' | Takeshi KOMIYA | 2018-09-04 | 1 | -2/+2 | |
|/ | ||||||
* | Implement math_renderer framework | Takeshi KOMIYA | 2018-07-28 | 1 | -0/+60 | |
| | ||||||
* | Merge pull request #5108 from tk0miya/alabaster-0.711 | Takeshi KOMIYA | 2018-06-19 | 1 | -4/+33 | |
|\ | | | | | Alabaster 0.711 | |||||
| * | Fix #5066: html: "relations" sidebar is not shown by default | Takeshi KOMIYA | 2018-06-16 | 1 | -4/+33 | |
| | | ||||||
* | | Merge pull request #5034 from tk0miya/add_html_js_files | Takeshi KOMIYA | 2018-06-09 | 1 | -0/+5 | |
|\ \ | | | | | | | Add :confval:`html_js_files` | |||||
| * | | Add :confval:`html_js_files` | Takeshi KOMIYA | 2018-06-09 | 1 | -0/+5 | |
| | | | ||||||
* | | | html: Output ``canonical_url`` metadata if :confval:`html_baseurl` set | Takeshi KOMIYA | 2018-06-06 | 1 | -0/+25 | |
|/ / | ||||||
* | | Fix #4983: productionlist directive generates invalid IDs for the tokens | Takeshi KOMIYA | 2018-05-22 | 1 | -2/+2 | |
| | | ||||||
* | | Fix #4811: The files under html_static_path are excluded from source | Takeshi KOMIYA | 2018-05-03 | 1 | -0/+4 | |
| | | ||||||
* | | Add :confval:`html_css_files` | Takeshi KOMIYA | 2018-04-06 | 1 | -3/+10 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-19 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix #4720: message when an image is mismatched for builder is not clear | Takeshi KOMIYA | 2018-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge commit '6694981dd6939ab876b27d4e20a8128561c307ac' | Takeshi KOMIYA | 2018-03-15 | 1 | -4/+3 | |
|\ \ | |/ | ||||||
| * | Merge branch '1.7' into relax-numref-on-sections | Takeshi KOMIYA | 2018-03-08 | 1 | -55/+69 | |
| |\ | ||||||
| * | | Update testcases | Takeshi KOMIYA | 2018-03-08 | 1 | -4/+3 | |
| | | | ||||||
* | | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-20 | 1 | -5/+6 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -5/+6 | |
| | | | ||||||
* | | | test: Remove function based directives | Takeshi KOMIYA | 2018-02-08 | 1 | -1/+0 | |
|/ / | ||||||
* | | Merge branch 'stable' into 1.7-release | Takeshi KOMIYA | 2018-01-21 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | Fix #4434: pure numbers as link targets produce warning | Takeshi KOMIYA | 2018-01-20 | 1 | -0/+2 | |
| | | | ||||||
* | | | Fix #4079: Add notranslate class to let Google Translate know they are not ↵ | Takeshi KOMIYA | 2018-01-13 | 1 | -8/+8 | |
| | | | | | | | | | | | | translatable | |||||
* | | | add link to manpages in HTML builder | Antoine Beaupré | 2018-01-11 | 1 | -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 master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix flake8 violations | Takeshi KOMIYA | 2017-12-23 | 1 | -1/+0 | |
| | | | ||||||
* | | | test_autodoc: Separate testdata (python objects) and testcases | Takeshi KOMIYA | 2017-12-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'stable' | Takeshi KOMIYA | 2017-12-16 | 1 | -38/+19 | |
|\ \ \ | |/ / | ||||||
| * | | test: Add test_html_copy_source | Takeshi KOMIYA | 2017-12-15 | 1 | -0/+6 | |
| | | | ||||||
| * | | Refactor test_build_html: Use basic project instead roots | Takeshi KOMIYA | 2017-12-15 | 1 | -7/+13 | |
| | | | ||||||
| * | | diet test-root: Remove html_static_path and html_extra_path (duplicated with ↵ | Takeshi KOMIYA | 2017-12-15 | 1 | -27/+0 | |
| | | | | | | | | | | | | test-html_assets) |