Commit Graph

7111 Commits

Author SHA1 Message Date
Takeshi KOMIYA
5f63aac209 Fix #2550: external links are opened in help viewer 2016-09-18 17:29:17 +09:00
Rob Ruana
1e06f0cb70 Merge pull request #2967 from AWhetter/fix_2703
Python domain can link multiple types in a type field
2016-09-18 02:18:37 -04:00
Ashley Whetter
ea86d23845 Python domain can link multiple types in a type field 2016-09-18 06:38:27 +01:00
Takeshi KOMIYA
d8876ce4b2 doc: Fix markup 2016-09-17 21:07:32 +09:00
Takeshi KOMIYA
3a636bed2d doc: Fix markup 2016-09-17 18:36:02 +09:00
Takeshi KOMIYA
54b631ae37 Merge branch 'stable' 2016-09-17 18:34:58 +09:00
Takeshi KOMIYA
82c153ffd2 Fix #2931: code-block directive with same :caption: causes warning of duplicate target 2016-09-17 18:28:55 +09:00
Takeshi KOMIYA
cfddf17d35 Fix #2931: code-block directive with same :caption: causes warning of duplicate target 2016-09-17 18:13:17 +09:00
Takeshi KOMIYA
98886d3e07 Merge pull request #2951 from arcivanov/issue_2949
Sphinx apidoc does not process PEP-0420 implicit namespaces
2016-09-17 14:49:28 +09:00
Arcadiy Ivanov
e34b6823c7
Sphinx apidoc does not process PEP-0420 implicit namespaces
fixes #2949, connected to #2949
2016-09-15 11:49:34 -04:00
Takeshi KOMIYA
803844f75e Merge pull request #2933 from tk0miya/2919_drop_py26_support
Fix #2919: Drop py26 support
2016-09-15 23:14:17 +09:00
Takeshi KOMIYA
c147f6496e Fix #2919: Drop py26 support 2016-09-15 22:47:47 +09:00
Takeshi KOMIYA
6563a8793f Merge pull request #2957 from xuhdev/classic-default
Correct the theme name in the comments of the classic theme.
2016-09-15 11:26:45 +09:00
Takeshi KOMIYA
8bc89eeedb Merge pull request #2947 from tk0miya/move_env_processors_to_transforms
Move some processors in BuildEnvironment to transforms
2016-09-15 11:17:39 +09:00
Hong Xu
ced99e5868 Correct the theme name in the comments of the classic theme. 2016-09-14 12:47:51 -07:00
Takeshi KOMIYA
fadec6e719 Merge pull request #2943 from jfbu/customcodelinebreaks
Custom code linebreaks (latex)
2016-09-15 02:31:04 +09:00
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