Takeshi KOMIYA
9ea2ced065
Merge pull request #2883 from tk0miya/translatable_meta
...
Translatable meta
2016-09-02 00:08:58 +09:00
Yoshiki Shibukawa
abdf3e7f40
Fix CHANGES
2016-09-01 23:54:54 +09:00
Yoshiki Shibukawa
27931ff167
fix module index template to satisfy xhtml standard
2016-09-01 23:54:54 +09:00
Yoshiki Shibukawa
f455d05b5a
epub builder: ignore autogenerated files by OS
2016-09-01 23:54:54 +09:00
Yoshiki Shibukawa
792d154b1a
fix sphinx document's style to satisfy xhtml standard
2016-09-01 23:54:54 +09:00
Yoshiki Shibukawa
df99392f29
epub-validator doesn't allow # (and #top).
2016-09-01 23:54:54 +09:00
Takeshi KOMIYA
15518bad12
Fix could not translate the content of meta directive (ref: #1734 )
2016-09-01 23:35:23 +09:00
Takeshi KOMIYA
e1e5ae4b65
Preserve filename and line number for meta nodes
2016-09-01 23:31:45 +09:00
Takeshi KOMIYA
97c6cc4e10
Merge pull request #2880 from tk0miya/1734_translate_caption_of_toctree
...
Fix #1734 : Could not translate the caption of toctree directive
2016-09-01 23:30:49 +09:00
Takeshi KOMIYA
691fd15839
Fix broken testcase
2016-09-01 23:30:04 +09:00
Takeshi KOMIYA
4063a67d19
Fix #2474 : Add `intersphinx_timeout
option to
sphinx.ext.intersphinx
`
2016-09-01 23:00:31 +09:00
Takeshi KOMIYA
2ef852dce2
Merge pull request #2929 from shibukawa/fix/doc-for-kindlegen
...
Fix document for Kindle and add description about kindlegen
2016-09-01 18:22:00 +09:00
Takeshi KOMIYA
9b00c31ee2
Fix #1734 : Could not translate the caption of toctree directive
2016-09-01 17:58:24 +09:00
Yoshiki Shibukawa
0248416c65
Fix document for Kindle and add description about kindlegen
2016-09-01 12:46:12 +09:00
Takeshi KOMIYA
c6e102999f
Merge branch 'stable'
2016-09-01 02:25:14 +09:00
Takeshi KOMIYA
778f98e592
mathbase: Generate \label only if label exists
2016-09-01 02:23:42 +09:00
Takeshi KOMIYA
0862a4c974
Fix could not reference equations if `:nowrap:
` option specified
2016-09-01 02:11:32 +09:00
Takeshi KOMIYA
6b7df0cf39
autosummary warns if no reST parsers
2016-08-31 02:02:50 +09:00
Takeshi KOMIYA
e25c606a31
Update CHANGES for PR#2841
2016-08-31 01:20:54 +09:00
Takeshi KOMIYA
809bf8616d
Merge pull request #2841 from kdebrab/fix-autosummary-with-multiple-source_suffix
...
Fix #2485 : autosummary with multiple source_suffix values
2016-08-31 01:19:30 +09:00
Takeshi KOMIYA
b7628484ee
Fix style-check violation
2016-08-31 00:43:12 +09:00
Takeshi KOMIYA
f2d044bb73
Merge pull request #2878 from tk0miya/2874_gettext_builder_should_ignore_only_directive
...
Fix #2874 : gettext builder could not extract all text under the ``only`` directives
2016-08-31 00:17:37 +09:00
Takeshi KOMIYA
c7f299b86f
Fix #646 : `option
` directive support . character as a part of options
2016-08-31 00:04:41 +09:00
Takeshi KOMIYA
8e0a998592
Merge pull request #2924 from shibukawa/feature/improve-ebook-platform-compatibility
...
fix : #1604 epubs in iBooks don't obey font-related CSS
2016-08-30 23:45:29 +09:00
Yoshiki Shibukawa
3dcad933f2
remove header and footer from resulting epub
2016-08-30 20:55:21 +09:00
Yoshiki Shibukawa
5165e23f00
fix : #1604 epubs in iBooks don't obey font-related CSS
2016-08-30 20:33:55 +09:00
Takeshi KOMIYA
637ad2af48
Merge pull request #2875 from tk0miya/drop_py33_support
...
Drop python 3.3 support
2016-08-30 01:14:56 +09:00
Takeshi KOMIYA
1da1a71511
Drop python 3.3 support
2016-08-30 00:43:15 +09:00
Takeshi KOMIYA
8d96c90fc6
Fix #1462 : autosummary warns for namedtuple with attribute with trailing underscore
2016-08-30 00:37:30 +09:00
Takeshi KOMIYA
37bb9c2c33
Fix #2917 : inline code is hyphenated on HTML
2016-08-29 11:23:05 +09:00
Takeshi KOMIYA
e96e627d59
Fix #2874 : gettext builder could not extract all text under the `only
` directives
2016-08-27 23:57:49 +09:00
Takeshi KOMIYA
892cc259ec
Fix CHANGES
2016-08-27 23:48:11 +09:00
Takeshi KOMIYA
e64ee7e330
Merge branch 'stable'
2016-08-27 23:42:40 +09:00
Takeshi KOMIYA
281942ce25
Merge pull request #2901 from shibukawa/fix/epub-figure
...
Fix epub result: skip creating links from image tags to original image files
2016-08-27 23:35:20 +09:00
Yoshiki Shibukawa
2a95fec985
Fix epub result: skip creating links from image tags to original image files.
2016-08-27 23:31:40 +09:00
Takeshi KOMIYA
8606de3963
Merge pull request #2899 from shibukawa/fix/hasdoc
...
Fix hasdoc() function in Jinja2 template.
2016-08-27 23:15:45 +09:00
Takeshi KOMIYA
654ab77574
Merge pull request #2893 from tk0miya/2892_apidoc_append_syspath_option
...
Fix #2892 : Added ``-a`` (``--append-syspath``) option to `sphinx-apidoc`
2016-08-27 22:53:46 +09:00
Yoshiki Shibukawa
21733b3244
Fix hasdoc() function in Jinja2 template.
2016-08-27 22:52:15 +09:00
Takeshi KOMIYA
153f6cb416
Merge pull request #2900 from shibukawa/fix/epub-autogen-files-link
...
epub: add auto generated orphan documents to spine with linear=no
2016-08-27 22:47:31 +09:00
Yoshiki Shibukawa
0d3f2e06cb
epub: add auto generated orphan documents to spine with linear=no
2016-08-27 22:45:11 +09:00
Takeshi KOMIYA
07e30b279b
Merge pull request #2884 from tk0miya/refactor_intersphinx
...
Refactor intersphinx: Use requests package
2016-08-27 16:43:54 +09:00
Takeshi KOMIYA
c337f57fba
Merge pull request #2881 from tk0miya/use_toctree_caption_by_default
...
Use caption of toctree by default
2016-08-27 16:43:25 +09:00
Takeshi KOMIYA
acd4d9f2ba
#2902 : jsdump.loads fails to load search index if keywords starts with underscore
2016-08-27 15:28:36 +09:00
Takeshi KOMIYA
52f4c07202
Add tests for sphinx.util.jsdump:loads()
2016-08-27 14:20:08 +09:00
Takeshi KOMIYA
7464d61651
Merge pull request #2905 from shibukawa/fix/document
...
fix document build warning
2016-08-26 14:58:58 +09:00
Yoshiki Shibukawa
4ead4f0d50
fix document build warning
2016-08-26 14:24:54 +09:00
Takeshi KOMIYA
3573150268
quickstart: do_prompt() allows empty string as default value
2016-08-25 11:08:29 +09:00
Takeshi KOMIYA
634c99cc5e
Update CHANGES for PR #2895
2016-08-25 10:20:24 +09:00
Takeshi KOMIYA
fd427cbf7c
Merge pull request #2895 from dusktreader/2894_argument_parsin_in_quickstart_main
...
2894 Fixed argument parsing for quickstart main
2016-08-25 10:19:21 +09:00
Tucker Beck
ae151bbaf6
2894 Fixed argument parsing for quickstart main
...
The main() funciton in quickstart was ignoring the argv passed as a
param, and instead was using the default sys.argv when it was parsing
arguments. Fixed this so usage matches other modules like apidoc
2016-08-24 12:45:36 -07:00