Commit Graph

7247 Commits

Author SHA1 Message Date
Takeshi KOMIYA
f8c1c65c21 Refactor sphinx.environment: Reimplemnt process_refonly_bullet_lists() as a transform 2016-09-15 02:29:50 +09:00
Takeshi KOMIYA
7c99bd5d18 Separate sphinx.transforms to multiple files 2016-09-15 02:29:50 +09:00
Takeshi KOMIYA
d281a32b3b Refactor sphinx.environment: Reimplement filter_messages() as a transform 2016-09-15 02:29:50 +09:00
Takeshi KOMIYA
cd515d568d Merge pull request #2950 from tk0miya/2695_errhandling_on_setup_command
2695 errhandling on setup command
2016-09-15 02:28:19 +09:00
Takeshi KOMIYA
0a4ef59167 Merge pull request #2948 from tk0miya/use_new_style_classes
Use new style python classes
2016-09-15 02:28:05 +09:00
Takeshi KOMIYA
669b5f1736 Merge pull request #2956 from arcivanov/issue_2955
Quickstart should return an error consistently on all error conditions
2016-09-14 16:47:38 +09:00
Arcadiy Ivanov
1db59830c3
Quickstart should return an error consistently on all error conditions
fixes #2955, connected to #2955
2016-09-14 01:28:34 -04:00
Takeshi KOMIYA
2644b5fc22 setup_command: Instantiate application object inside try-block 2016-09-14 11:08:15 +09:00
Takeshi KOMIYA
f6ca0feedb Update CHANGES for PR#2056 2016-09-14 11:00:29 +09:00
Andrey Golovizin
584bb96a06 Fix relative paths in intersphinx links 2016-09-14 10:55:18 +09:00
Takeshi KOMIYA
c832d36d19 Merge pull request #2056 from erosennin/intersphinx-fix-relative-path
Fix relative paths in intersphinx links
2016-09-14 10:54:18 +09:00
Takeshi KOMIYA
299440466c Fix #2695: `build_sphinx subcommand for setuptools handles exceptions as same as sphinx-build` does 2016-09-12 20:05:45 +09:00
Takeshi KOMIYA
ca5ad2d541 #2695: better error handling for setup_command 2016-09-12 19:59:47 +09:00
Takeshi KOMIYA
8fa2e337a6 Merge pull request #2925 from shibukawa/fix/remove-epub-header-footer
remove header and footer from resulting epub
2016-09-12 19:39:29 +09:00
Takeshi KOMIYA
fae9eb7784 Fix tests are crashed under unstable network 2016-09-10 16:49:17 +09:00
Takeshi KOMIYA
9feebd01d1 Use new style python classes 2016-09-10 15:36:57 +09:00
jfbu
24dc3e601d Reset verbatim nolig list only in case of wrapping of codelines 2016-09-07 23:54:53 +02:00
jfbu
0464c52bce latex: code blocks linebreaks easier customized
Via re-definable ``\sphinxbreaksbeforelist`` and ``\sphinxbreaksafterlist``,
latex user can specify (using ``'preamble'`` key for example) if broken
code lines are split before or after the said character when code blocks
are wrapped. Punctuation characters use active catcodes and are
configurable via further macros ``\sphinxbreaksbeforeactivelist`` and
``\sphinxbreaksafteractivelist``. The defaults in ``sphinx.sty`` can be
modified by imitation in user document preamble.

n.b.: ``\sphinxbreaksatpunct`` has been renamed to ``\sphinxbreaksviaactive``.
2016-09-07 23:31:34 +02:00
jfbu
1d7c82b3bb Merge branch 'stable' into master
Conflicts (fixed)::
	sphinx/texinputs/sphinx.sty
2016-09-07 23:18:09 +02:00
Takeshi KOMIYA
3eb56b1c6f doc: Use AutodocReporter at example of nested_parse_with_titles()
In detail, please refer following thread:
https://groups.google.com/forum/#!topic/sphinx-dev/l4fHrIJfwq4
2016-09-07 15:46:20 +09:00
Takeshi KOMIYA
6432c129d3 Merge pull request #2926 from shibukawa/feature/epub-vertical
Epub3Builder supports vertical writing mode
2016-09-05 23:12:10 +09:00
Takeshi KOMIYA
5a02c6162b Merge pull request #2938 from jfbu/allowcodebreaksatcommas
Fix #2873: code-block overflow in latex (due to commas)
2016-09-05 10:55:57 +09:00
Yoshiki Shibukawa
87019afe97 fix CHANGES and document 2016-09-03 00:32:03 +09:00
Yoshiki Shibukawa
ddd0d192e1 Add warning when conf.py uses deprecated epub3_page_progression_direction option 2016-09-03 00:32:03 +09:00
Yoshiki Shibukawa
908b3dfef0 Epub3Builder supports vertical writing mode 2016-09-03 00:32:03 +09:00
jfbu
581216e50e Update CHANGES 2016-09-02 10:09:56 +02:00
Takeshi KOMIYA
37587d49f7 Merge pull request #2937 from shibukawa/fix/document-link
fix inter document link
2016-09-02 16:57:05 +09:00
jfbu
71b9f00d31 Fix #2873: code-block overflow in latex (due to commas)
The potential linebreaks at commas in code lines were not inserted due
to latex kernel macro ``\@noligs`` which is issued by fancyvrb.sty
during its line processing. From the default `` `<>,'- ``, only the
backtick is left to be handled by ``\@noligs`` because the others are
either already replaced by a macro by Pygments, or (only the comma) made
active by sphinx.sty to insert potential linebreaks.
2016-09-02 09:48:33 +02:00
Yoshiki Shibukawa
1742d2ea02 fix inter document link 2016-09-02 16:37:29 +09:00
Takeshi KOMIYA
fe940a0cb6 Merge pull request #2932 from shibukawa/fix/document-for-epub
Fix document for epub
2016-09-02 12:39:35 +09:00
Yoshiki Shibukawa
390b24a2c5 Fix document for epub 2016-09-02 01:07:14 +09:00
Takeshi KOMIYA
7951909506 Merge pull request #2918 from shibukawa/fix/epub/errors
Fix resulting xhtml styles to improve epub-validator result.
2016-09-02 00:22:12 +09:00
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