Commit Graph
100 Commits
Author SHA1 Message Date
Takeshi KOMIYA 549b6e27df Fix #1498: manpage writer: don't make whole of item in definition list bold if it includes strong node 2016-03-06 17:49:49 +09:00
Takeshi KOMIYA 720c9706de Update CHANGES for PR#2297 2016-03-06 15:07:36 +09:00
Takeshi KOMIYA 9d82cad19d Merge pull request #2297 from jfbu/literalblockcaption
LaTeX captions of literal blocks now glued to framed verbatim
2016-03-06 15:01:52 +09:00
Takeshi KOMIYA 277c9e61c4 Merge branch 'stable' 2016-03-06 14:22:36 +09:00
Takeshi KOMIYA 5df6d09392 Fix #2368: Ignore emacs lock files like `.#foo.rst` by default. 2016-03-06 12:20:30 +09:00
Takeshi KOMIYA 0211e19ae6 Fix #2337: Use `\url{URL} macro instead of \href{URL}{URL}` in LaTeX writer 2016-03-04 15:45:28 +09:00
Takeshi KOMIYA f8c08c634f #2363: Fix `toctree()` in templates generates broken links in SingleHTMLBuilder. 2016-03-04 00:14:10 +09:00
Takeshi KOMIYA 4899214238 Merge branch 'stable' 2016-03-03 23:18:53 +09:00
Takeshi KOMIYA f33e25dbad Fix broken merges 2016-03-03 23:14:16 +09:00
Takeshi KOMIYA dda98c7d53 Merge branch 'useless-test-noise' 2016-03-03 23:01:34 +09:00
Takeshi KOMIYA 2a2da13cde Fix #2348: Move amsmath and amssymb to before fontpkg on LaTeX writer 2016-03-03 21:17:35 +09:00
Takeshi KOMIYA da94ca5699 Merge branch '2327_toplevel_sectioning' 2016-03-03 20:41:17 +09:00
Takeshi KOMIYA 3939c4d684 Merge branch '2229_suppress_warnings' 2016-03-03 20:40:38 +09:00
Takeshi KOMIYA 04219fa045 #2364: Fix KeyError rootSymbol on Sphinx upgrade from older version. 2016-03-03 12:46:22 +09:00
Takeshi KOMIYA 92934ebe79 Add `\sphinxAtStartFootnote` macro 2016-03-03 00:19:48 +09:00
Takeshi KOMIYA 62a96c1e2e Rename `\titlereference to \titleref` 2016-03-02 23:00:39 +09:00
Takeshi KOMIYA d91fd33de5 Rename `\internalreference to \crossref` 2016-03-02 22:58:17 +09:00
Takeshi KOMIYA 8bdefa24d1 Fix #2355: Define `\termref macro to redefine the style of term` roles. 2016-03-02 22:51:10 +09:00
Takeshi KOMIYA 6efdd07d94 #2351: Fix footnote spacing 2016-03-02 12:22:05 +09:00
Takeshi KOMIYA 94d26d48b8 Fix CHANGES 2016-03-02 12:21:18 +09:00
Takeshi KOMIYA 110c2b0dbc Fix #2327: Add latex_toplevel_sectioning to switch the top level sectioning of LaTeX document. 2016-03-02 11:18:08 +09:00
Takeshi KOMIYA c05a0f9904 Merge branch 'stable' 2016-03-02 11:15:55 +09:00
Takeshi KOMIYA e81f7186e8 Redece tocdepth if part or chapter is used for top_sectionlevel (ref #2358) 2016-03-02 11:11:49 +09:00
Takeshi KOMIYA 119b971804 update doc: LaTeX writer now refers maxdepth option (ref #2358) 2016-03-02 11:11:11 +09:00
Takeshi KOMIYA a2efd1475a Move tocdepth definition to above of user-preamble (ref #2358) 2016-03-02 11:11:11 +09:00
Takeshi KOMIYA 569a5bedca Fix #2361: additional paragraphs inside the "compound" directive are indented 2016-03-02 10:55:09 +09:00
Takeshi KOMIYA 131057599d Update CHANGES for #2301 2016-03-02 00:34:45 +09:00
Takeshi KOMIYA a676f6d222 Merge pull request #2301 from xuhdev/classic-hyphens
Texts in the classic html theme should be hyphenated.
2016-03-02 00:34:13 +09:00
Takeshi KOMIYA 305e336652 Fix #2360: numref in LaTeX output is broken 2016-03-02 00:28:45 +09:00
Takeshi KOMIYA 007736c9ae Fix markups in CHANGES 2016-03-01 00:49:22 +09:00
Takeshi KOMIYA cfd8b520b6 Fix test_search has been failed 2016-03-01 00:48:58 +09:00
Takeshi KOMIYA 77df787e81 Fix #2019: the domain objects in search result are not escaped 2016-02-29 10:52:48 +09:00
Takeshi KOMIYA 5eee890241 Update CHANGES 2016-02-25 22:21:20 +09:00
Takeshi KOMIYA a682ab2e57 Define `\internalreference` macro to redefine the style of references 2016-02-25 22:07:18 +09:00
Takeshi KOMIYA cea81e7a70 Define `\menuselection and \accelerator macros to redefine the style of menuselection` roles. 2016-02-25 20:58:01 +09:00
Takeshi KOMIYA e8cbd5a750 Fix #2338: Define `\titlereference macro to redefine the style of title-reference` roles. 2016-02-23 13:23:59 +09:00
Takeshi KOMIYA 9ff2847886 Update CHANGES for PR#2340 2016-02-23 12:45:16 +09:00
Takeshi KOMIYA 611aa10f78 Merge pull request #2340 from xuhdev/mathjax-align
Math extension: support alignment of multiple equations for MathJAX.
2016-02-23 12:44:09 +09:00
Takeshi KOMIYA 2441c647d2 Fix #2229: no warning is given for unknown options 2016-02-23 12:23:06 +09:00
Takeshi KOMIYA ae9d786390 Add :confval:suppress_warnings to supress arbitrary warning message 2016-02-23 12:23:06 +09:00
Takeshi KOMIYA 825e8bca57 Merge pull request #2342 from tk0miya/2326_improve_str_type_hinting
Fix the confval type checker emits warnings if unicode is given to confvals which expects string value
2016-02-23 12:09:13 +09:00
Takeshi KOMIYA 606daeda18 Fix the confval type checker emits warnings if unicode is given to confvals which expects string value 2016-02-23 11:14:58 +09:00
Takeshi KOMIYA 95583428f5 Merge pull request #2333 from EricFromCanada/stable
make conf.py's html_favicon description match docs
2016-02-23 11:09:46 +09:00
Takeshi KOMIYA ea5fd7284c Refactor: all of warnfuncs bypasses kwargs to Sphinx.warn() 2016-02-23 00:39:21 +09:00
Takeshi KOMIYA 041aa6055f Fix #2331: code-blocks are filled by block in dvi; remove `xcdraw` option from xcolor package 2016-02-23 00:18:08 +09:00
Takeshi KOMIYA 84fb1b7617 Fix #2245: Add `latex_elements["passoptionstopackages"]` option to call PassOptionsToPackages in early stage of preambles 2016-02-23 00:14:03 +09:00
Takeshi KOMIYA 968f072c42 Fix CHANGES for #2276 2016-02-23 00:11:23 +09:00
Takeshi KOMIYA 904163f5b6 Merge pull request #2276 from tk0miya/1921_figure_substitutions
Fix #1921: Support figure substitutions by locale
2016-02-22 23:55:53 +09:00
Takeshi KOMIYA 0636d54f6f `sphinx.ext.graphviz` supports graph substituions by locale 2016-02-22 21:32:06 +09:00
Takeshi KOMIYA 3f0843bca0 Add figure_language_filename to customize filename pattern for figure substitutions 2016-02-22 21:32:05 +09:00
Takeshi KOMIYA 1f5aa28db0 Fix #1921: Support figure substitutions by locale 2016-02-22 21:32:05 +09:00
Takeshi KOMIYA 46138ca605 Select an image by similarity if multiple images are globbed by `.. image:: filename.*`
Until this point, it is used the last image returned from glob.glob().
The order of glob.glob() is determined by filesystem.
After this, Sphinx uses filename similarity to determine the image.
2016-02-22 17:06:35 +09:00
Takeshi KOMIYA 208eb6e052 Refactor: guess_mimetype() 2016-02-22 16:30:41 +09:00
Takeshi KOMIYA 7d1b0ec7a1 Refactor tests: Add @skip_if_graphviz_not_found decorator 2016-02-22 16:30:41 +09:00
Takeshi KOMIYA d38b3ff2a0 Merge branch 'stable' 2016-02-20 21:19:51 +09:00
Takeshi KOMIYA f6af2af9a4 Don't show option-role warnings in 1.3.x too 2016-02-20 19:43:39 +09:00
Takeshi KOMIYA 39bef55fd5 Fix #2329: Refresh environment forcely if source directory has changed 2016-02-20 17:40:31 +09:00
Takeshi KOMIYA 3ce737335e Fix #2329: Refresh environment forcely if source directory has changed 2016-02-20 17:11:33 +09:00
Takeshi KOMIYA 889f77343c Merge pull request #2339 from tk0miya/2332_highlighting_fallback_by_default
Highlighting fallbacks by default
2016-02-20 01:25:11 +09:00
Takeshi KOMIYA 2b93e09c0a Highlighting fallbacks by default
In 423bf7b, I tried to add fallback mechanism to ``python3``. But it breaks
the python3 highlighting on python2 environment.

This adds ``'default'`` to highlighting languages; it works like
``'python3'``, but fallbacks if failed Highlighting. And this removes
try-parse step from ``'python3'`` language. Now, it highlights regardless of
runtime environments.  Thanks to Yoshiki SHIBUKAWA.
2016-02-20 00:44:28 +09:00
Takeshi KOMIYA ae8cbec29a Fix unpack warning is shown when the directives generated from `Sphinx.add_crossref_type` is used 2016-02-17 11:58:19 +09:00
Takeshi KOMIYA b780d2207a Fix ValueError is raised if LANGUAGE is empty string 2016-02-17 01:13:00 +09:00
Takeshi KOMIYA 423bf7b5e3 Fix code-block literals raises highlighting warnings by default 2016-02-17 01:07:18 +09:00
Takeshi KOMIYA 881e086e50 Remove `image/gif` from supported_image_types of LaTeX writer (ref #2272) 2016-02-16 12:52:50 +09:00
Takeshi KOMIYA d9be95a6d3 Fix #2308: Define `\tablecontinued` macro to redefine the style of continued label for longtables 2016-02-16 12:42:35 +09:00
Takeshi KOMIYA 532e99c96b Fix #2290: `sphinx.ext.mathbase` use of amsfonts may break user choice of math fonts 2016-02-15 17:36:51 +09:00
Takeshi KOMIYA ae283bc1da Merge branch 'stable' 2016-02-15 11:51:45 +09:00
Takeshi KOMIYA 50f4862b06 Fix some testcase get error with pygments-2.1.1 2016-02-15 11:46:30 +09:00
Takeshi KOMIYA 3e6f608778 Merge pull request #2322 from tk0miya/794_babel_format_date
Fix #794: Date formatting in latex output is not localized
2016-02-14 22:01:05 +09:00
Takeshi KOMIYA 4452cc3d2e Fix #794: Date formatting in latex output is not localized 2016-02-14 21:48:24 +09:00
Takeshi KOMIYA 77e3246fb1 Fix warnings on CHANGES 2016-02-14 21:13:31 +09:00
Takeshi KOMIYA 7a4f914f91 Fix #1286, #2099: Add `sphinx.ext.autosectionlabel` extension to allow reference sections using its title 2016-02-14 16:30:57 +09:00
Takeshi KOMIYA 56cad8ad7c docs: sort extension list alphabetically 2016-02-14 16:07:52 +09:00
Takeshi KOMIYA b0897a47c4 Update CHANGES for PR#2311 2016-02-14 15:07:39 +09:00
Takeshi KOMIYA 492980c23e Add testcase for PR #2311 2016-02-14 15:06:28 +09:00
Takeshi KOMIYA 72b36c1888 Merge pull request #2311 from QuLogic/inheritance-diagram-fix
Fix inheritance diagram to match graphviz ext.
2016-02-14 15:03:28 +09:00
Takeshi KOMIYA 2ec60d5919 Fix #1858: Support numbering custom nodes 2016-02-14 14:49:34 +09:00
Takeshi KOMIYA a391b1a1db Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig feature 2016-02-14 14:49:34 +09:00
Takeshi KOMIYA 279ac7c23f Refactor numfig: Move core implementation to std domain 2016-02-14 14:49:20 +09:00
Takeshi KOMIYA 9273140ee2 Override figure directive to apply :name: option to the figure itself 2016-02-14 14:49:20 +09:00
Takeshi KOMIYA b07f4ccf10 Update CHANGES for PR#2300 2016-02-14 14:47:04 +09:00
Takeshi KOMIYA dca1669b2f Merge pull request #2300 from akruis/feature_autoclass_content_from__new__
Feature: enhance autoclass:: to use the docstring of __new__ if __init__ method's is missing of empty
2016-02-14 14:45:25 +09:00
Takeshi KOMIYA ee3306796b Merge pull request #2314 from alex/travis-caching
enable travis caching
2016-02-14 01:24:04 +09:00
Takeshi KOMIYA e48dd0e14b Fix fallback logic in sphinx.utils.images:get_image_size() 2016-02-12 13:54:04 +09:00
Takeshi KOMIYA c012b93385 Fix UnicodeDecodeError if autodoc crashed on importing codes including multibyte characters in py2 2016-02-11 15:21:44 +09:00
Takeshi KOMIYA dfe6b1fea3 Fix equations are not centering in traditional theme (ref: #2294) 2016-02-11 13:41:49 +09:00
Takeshi KOMIYA 69ae993e96 Fix equations are not centering in scrolls theme (ref: #2294) 2016-02-11 13:39:48 +09:00
Takeshi KOMIYA a9b17ba351 Fix equations are not centering in agogo theme (ref: #2294) 2016-02-11 13:38:07 +09:00
Takeshi KOMIYA 18c6a6ae98 Fix equations are not centering in haiku theme (ref: #2294) 2016-02-11 13:33:55 +09:00
Takeshi KOMIYA 906bf68cd8 Merge pull request #2302 from tk0miya/2199_obtain_image_size_without_pillow
Fix #2199: Use ``imagesize`` package to obtain size of images
2016-02-10 12:10:02 +09:00
Takeshi KOMIYA fd674ef9f9 Fix #2199: Use `imagesize` package to obtain size of images 2016-02-10 00:46:22 +09:00
Takeshi KOMIYA 0b28ee775f Merge pull request #2064 from TimKam/feature-1970-navigate-with-keys
HTML doc: navigate with left/right arrow keys
2016-02-08 11:25:49 +09:00
Takeshi KOMIYA 9ba7cc815c Fix #2292: Some footnotes disappear from LaTeX output 2016-02-08 11:24:07 +09:00
Takeshi KOMIYA 44f6867df7 Update CHANGES for PR #1779 2016-02-07 20:10:40 +09:00
Takeshi KOMIYA 2e87bb7170 Merge pull request #1779 from takuan-osho/epub3-builder
Add EPUB 3 builder
2016-02-07 20:08:35 +09:00
Takeshi KOMIYA 9b958b6dcc Fix #2291: pdflatex "Counter too large" error from footnotes inside tables of contents 2016-02-07 20:04:28 +09:00
Takeshi KOMIYA 6a2eb19cd5 Update CHANGES for PR #2282 2016-02-07 14:49:22 +09:00
Takeshi KOMIYA e0ae8a5f6e Merge pull request #2282 from xuhdev/html-lang
Add "language" attribute to html in the "basic" theme
2016-02-07 14:48:17 +09:00
Takeshi KOMIYA ccd945bf0a Merge pull request #2254 from xuhdev/math-align
Use "align" environment to wrap math equations instead of "gather"
2016-02-01 00:49:17 +09:00
Takeshi KOMIYA 9b21115146 Fix #2265: babel is used in spite of disabling it on `latex_elements` 2016-01-27 19:38:57 +09:00