Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: convert builders.html to a python package | Takeshi KOMIYA | 2020-02-11 | 1 | -1224/+0 |
| | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-11 | 1 | -5/+5 |
|\ | |||||
| * | refactor: Rename var keyword argument to "**kwargs" | Takeshi KOMIYA | 2020-01-08 | 1 | -5/+5 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | | |||||
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-22 | 1 | -7/+4 |
|\ \ | |/ | |||||
| * | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -7/+4 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-21 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Remove redundant type="text/javascript" from <script> elements | Jon Dufresne | 2019-12-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In HTML5, <script> elements default to MIME type text/javascript. The HTML5 living standard and MDN recommend against including the attribute. From https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#attr-type > The HTML5 specification urges authors to omit the attribute rather > than provide a redundant MIME type. From https://html.spec.whatwg.org/#the-script-element > Authors should omit the type attribute instead of redundantly setting > it. | ||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-17 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Corrected typo where drives were not compared, meaning the check always ↵ | Nate Damon | 2019-10-26 | 1 | -2/+2 |
| | | | | | | | | evaluates to false | ||||
| * | Reimplemented fix to not rely on error strings' | Nate Damon | 2019-10-26 | 1 | -20/+8 |
| | | |||||
| * | specified the specific error message to except, so other value errors are ↵ | Nate Damon | 2019-10-26 | 1 | -2/+6 |
| | | | | | | | | still raised | ||||
| * | Fixed 4 flake8 violations due to stinky IDE I was using | Nate Damon | 2019-10-26 | 1 | -4/+4 |
| | | |||||
| * | Fixes #6759: validation of html static paths and extra paths no longer ↵ | Nate Damon | 2019-10-26 | 1 | -6/+16 |
| | | | | | | | | throws an error if the paths are in different directories | ||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix mypy violations (for mypy-0.730) | Takeshi KOMIYA | 2019-10-06 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '2.0' | jfbu | 2019-08-01 | 1 | -2/+7 |
|\ \ | |/ | |||||
| * | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -2/+7 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-07-07 | 1 | -40/+54 |
|\ \ | |/ | |||||
| * | refactor: Separate HTMLBuilder.copy_static_files() to sub methods | Takeshi KOMIYA | 2019-07-01 | 1 | -40/+54 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-07-01 | 1 | -79/+67 |
|\ \ | |/ | |||||
| * | html: refactor with progress_message() | Takeshi KOMIYA | 2019-06-30 | 1 | -79/+67 |
| | | |||||
* | | Fix typo | Cheryl Sabella | 2019-06-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-21 | 1 | -22/+46 |
|\ \ | |/ | |||||
| * | Merge pull request #6500 from ↵ | Takeshi KOMIYA | 2019-06-18 | 1 | -2/+10 |
| |\ | | | | | | | | | | | | | tk0miya/1464_warning_html_static_path_inside_outdir Close #1464: html: warn html_static_path is inside outdir | ||||
| | * | Close #1464: html: warn html_static_path is inside outdir | Takeshi KOMIYA | 2019-06-18 | 1 | -2/+10 |
| | | | |||||
| * | | Fix #6499: html: Sphinx never updates a copy of html_logo | Takeshi KOMIYA | 2019-06-18 | 1 | -10/+4 |
| |/ | |||||
| * | validate html_favicon on config-inited | Takeshi KOMIYA | 2019-06-17 | 1 | -4/+9 |
| | | |||||
| * | validate html_logo on config-inited | Takeshi KOMIYA | 2019-06-17 | 1 | -3/+9 |
| | | |||||
| * | validate html_extra_path on config-inited | Takeshi KOMIYA | 2019-06-17 | 1 | -4/+9 |
| | | |||||
| * | validate html_static_path on config-inited | Takeshi KOMIYA | 2019-06-17 | 1 | -3/+9 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-15 | 1 | -131/+72 |
|\ \ | |/ | |||||
| * | Migrate to py3 style type annotation: sphinx.builders.html | Takeshi KOMIYA | 2019-06-10 | 1 | -141/+77 |
| | | |||||
| * | Make EventManager portable | Takeshi KOMIYA | 2019-04-16 | 1 | -1/+1 |
| | | | | | | | | | | | | So far, we need to bypass application object for modules to emit a event. This make EventManager portable and easy to pass event emitter. This brings modules less coupled with application object. | ||||
* | | Merge pull request #6260 from tk0miya/refactor_events | Takeshi KOMIYA | 2019-04-16 | 1 | -1/+1 |
|\ \ | | | | | | | Make EventManager portable | ||||
| * | | Make EventManager portable | Takeshi KOMIYA | 2019-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | So far, we need to bypass application object for modules to emit a event. This make EventManager portable and easy to pass event emitter. This brings modules less coupled with application object. | ||||
* | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-04-07 | 1 | -18/+4 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fix #6245: circular import error on importing SerializingHTMLBuilder | Takeshi KOMIYA | 2019-04-05 | 1 | -20/+4 |
| | | |||||
| * | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | ||||
| * | Update warning messages for script_files | Takeshi KOMIYA | 2019-02-24 | 1 | -9/+9 |
| | | |||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -47/+2 |
| | | |||||
* | | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | ||||
* | | Update warning messages for script_files | Takeshi KOMIYA | 2019-02-22 | 1 | -9/+9 |
|/ | |||||
* | Separate json and pickle to sphinxcontrib package | Takeshi KOMIYA | 2019-02-17 | 1 | -144/+10 |
| | |||||
* | HTML builder outputs HTML5 by default | Takeshi KOMIYA | 2019-02-11 | 1 | -18/+6 |
| | |||||
* | Move DirectoryHTMLBuilder to sphinx.builders.dirhtml package | Takeshi KOMIYA | 2019-02-07 | 1 | -34/+2 |
| | |||||
* | Give "nonl=True" value to logging.info() instead of int | Takeshi KOMIYA | 2019-01-19 | 1 | -7/+7 |
| | |||||
* | refactor: HTMLBuilder.render_partial() | Takeshi KOMIYA | 2019-01-14 | 1 | -22/+7 |
| |