summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into drop_websupportTakeshi KOMIYA2017-04-234-26/+86
|\
| * Merge pull request #3649 from tk0miya/deprecate_sphinx_theme_entry_pointTakeshi KOMIYA2017-04-232-26/+55
| |\
| | * Update docsTakeshi KOMIYA2017-04-231-1/+5
| | * Fix #3628: Rename sphinx_themes entry point to sphinx.html_themesTakeshi KOMIYA2017-04-222-26/+51
| * | Add image_converter_args confvalTakeshi KOMIYA2017-04-221-0/+5
| * | Add sphinx.ext.imgconverterTakeshi KOMIYA2017-04-222-0/+26
| |/
* | Update docsTakeshi KOMIYA2017-04-224-14/+30
|/
* Merge branch 'master' into support_remote_imagesTakeshi KOMIYA2017-04-222-3/+3
|\
| * Merge pull request #3505 from shibukawa/feature/refactoring_epub_builderYoshiki Shibukawa2017-04-211-2/+2
| |\
| | * Refactoring EPUB builders: split common codes from EPUB2 builderYoshiki Shibukawa2017-04-201-2/+2
| * | Fix markupTakeshi KOMIYA2017-04-201-1/+1
| |/
* | Merge branch 'master' into support_remote_imagesTakeshi KOMIYA2017-04-191-1/+11
|\ \ | |/
| * update CHANGES refs #2961shimizukawa2017-04-191-0/+3
| * ext: enhance autodoc_mock_importsRobin Jarry2017-04-181-1/+8
* | Support images in Data URI on non-HTML buildersTakeshi KOMIYA2017-04-191-1/+0
* | Drop warning for nonlocal image URITakeshi KOMIYA2017-04-191-1/+0
|/
* Merge pull request #1767 from Jellby/masterTakeshi KOMIYA2017-04-192-6/+7
|\
| * Rewrite and simplify stylesheet handlingJellby2017-04-152-23/+4
| * Merge remote-tracking branch 'upstream/master'Jellby2017-04-1511-23/+116
| |\
| * | Update version (there's still hope)Jellby2017-03-041-1/+1
| * | Merge remote-tracking branch 'upstream/master'Jellby2017-03-0433-613/+788
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master'Jellby2016-12-0618-120/+1036
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master'Jellby2016-09-2971-222/+987
| |\ \ \ \
| * | | | | Move CSS properties to a different variableJellby2016-03-061-9/+12
| * | | | | Merge remote-tracking branch 'upstream/master'Jellby2016-03-062-5/+34
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Ignacio Fdez. Galván2016-02-2919-94/+286
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Jellby2016-02-0824-76/+229
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Ignacio Fdez. Galván2015-12-1312-65/+327
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Ignacio Fdez. Galván2015-07-099-107/+251
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Ignacio Fdez. Galván2015-05-131-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Ignacio Fdez. Galván2015-03-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Changed 'rel' to 'alternate'Ignacio Fdez. Galván2015-03-122-9/+11
| * | | | | | | | | | | | Allow setting 'rel' and 'title' attributes for stylesheets.Ignacio Fdez. Galván2015-03-112-2/+17
* | | | | | | | | | | | | Merge pull request #3388 from smheidrich/autosectionlabel_prefix_document1Takeshi KOMIYA2017-04-181-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Added autosectionlabel_prefix_document config option.smheidrich2017-04-171-1/+15
* | | | | | | | | | | | | | Merge branch 'master' into 3558_emit_warnings_for_unreferenced_footnotesTakeshi KOMIYA2017-04-188-17/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Do not include the builder class in the entry pointBrecht Machiels2017-04-142-9/+17
| * | | | | | | | | | | | | Find third-party builders by entry pointBrecht Machiels2017-04-101-0/+28
| * | | | | | | | | | | | | Merge branch 'stable'Takeshi KOMIYA2017-04-021-2/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3585 from eric-wieser/escape-autosummaryTakeshi KOMIYA2017-03-291-2/+21
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | BUG: Fix autosummary of members with a trailing underscoreEric Wieser2017-03-261-2/+21
| * | | | | | | | | | | | | | | Merge pull request #3475 from agjohnson/domain-js-add-nestingTakeshi KOMIYA2017-03-261-1/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Add nesting, module directive, and method directive to JavaScript domainAnthony Johnson2017-03-151-1/+26
| * | | | | | | | | | | | | | | | Merge branch 'stable'Takeshi KOMIYA2017-03-263-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Year++Takeshi KOMIYA2017-03-263-3/+3
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'stable'jfbu2017-03-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Fix accidental use of ``language='ja'`` in docs (at 41bb388)jfbu2017-03-231-1/+1
| * | | | | | | | | | | | | | | Merge branch 'stable'Takeshi KOMIYA2017-03-222-4/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Fix typojfbu2017-03-211-1/+1
| | * | | | | | | | | | | | | | Update domains.rstjfbu2017-03-211-2/+2