Commit Graph
100 Commits
Author SHA1 Message Date
Takeshi KOMIYA 53c875223b Fix #2512: generated Makefile causes BSD make crashed if sphinx-build not found 2016-05-21 01:19:52 +09:00
Takeshi KOMIYA 1bd1eb1c18 Merge pull request #2553 from mitya57/babel23
Make our custom compile_catalog command work with Babel 2.3
2016-05-18 11:29:25 +09:00
Takeshi KOMIYA 1959dfe8d9 Merge pull request #2548 from jwilk/assert-in-fmt-string-stable
Fix format string in assert_in()/assert_not_in()
2016-05-17 00:40:30 +09:00
Takeshi KOMIYA 75b1b4c7c3 Merge pull request #2529 from barbara-sfx/patch-1
Add info on inline web link syntax
2016-05-09 10:14:51 +09:00
Takeshi KOMIYA 287e46d30c Merge pull request #2520 from mitya57/stable
imgmath: Add missing parentheses for string formatting
2016-05-06 00:34:35 +09:00
Takeshi KOMIYA d6572259d6 Load amstext package explicitly 2016-05-06 00:14:11 +09:00
Takeshi KOMIYA 20719f0b00 Merge pull request #2503 from JojoBoulix/stable
Extend SOURCE_DATE_EPOCH support
2016-05-05 22:15:19 +09:00
Takeshi KOMIYA bf273a1e2b Use \text macro to make numbers subscript
More details, see https://github.com/sphinx-doc/sphinx/commit/488ee5279a7b595c2999df9b689514b8b2887b18
2016-05-05 19:23:45 +09:00
Takeshi KOMIYA 7c0b7e1ff1 Fix #2526: LaTeX writer crashes if the section having only images 2016-05-05 16:17:38 +09:00
Takeshi KOMIYA 885653a35d Fix the caption of figure is always put on center even if `:align:` was specified 2016-05-04 01:27:54 +09:00
Takeshi KOMIYA 4789ef899f Fix #2492: Figure directive with :figwidth: generates incorrect Latex-code 2016-05-04 01:27:31 +09:00
Takeshi KOMIYA 1b147f1b2f Merge pull request #2515 from nevimov/split-doctest-docs-into-sections
Split doctest extension docs into sections
2016-05-02 11:07:23 +09:00
Takeshi KOMIYA 488ee5279a Fix #2501: Unicode subscript numbers are normalized in LaTeX 2016-05-02 11:03:50 +09:00
Takeshi KOMIYA 7ebe5704be Fix #2483: any figure number was not assigned if figure title contains only non text objects 2016-05-01 07:30:32 +09:00
Takeshi KOMIYA 6ea833280d Fix figure nodes do not known lineno itself 2016-05-01 07:30:11 +09:00
Takeshi KOMIYA 11d8b64ae4 sphinx.ext.jsmath should be emit an math extension conlict error 2016-04-28 14:09:48 +09:00
Takeshi KOMIYA b602370951 Update error message for conflict of math extensions 2016-04-28 14:09:44 +09:00
Takeshi KOMIYA 9eae1a1c6e Fix flake8 violation 2016-04-28 00:29:26 +09:00
Takeshi KOMIYA f0fe8480c8 Fix error messages 2016-04-28 00:26:22 +09:00
Takeshi KOMIYA b15da47746 Show error reason when multiple math extensions are loaded (ref: #2499) 2016-04-28 00:17:14 +09:00
Takeshi KOMIYA dc6717145b Merge pull request #2491 from nevimov/fix-theming-docs
Fix a small bug in docs on "HTML theming support"
2016-04-27 22:07:33 +09:00
Takeshi KOMIYA 68e8c974c5 Merge pull request #2487 from ryaanwells/stable
Error message improvement: sphinx_rtd_theme not found error
2016-04-26 13:38:29 +09:00
Takeshi KOMIYA 6ce0c239d0 Fix #2088: intersphinx crashes if the mapping URL requires basic auth 2016-04-25 22:30:34 +09:00
Takeshi KOMIYA d38915e2a5 Fix intersphinx fails if mapping URL contains any port 2016-04-25 11:08:03 +09:00
Takeshi KOMIYA ad738a0978 Fix #2309: Could not refer "indirect hyperlink targets" by ref-role 2016-04-24 13:57:32 +09:00
Takeshi KOMIYA 59c40c24f3 Add warning for Application.add_source_parser() 2016-04-24 13:57:32 +09:00
Takeshi KOMIYA 57ad420b42 Fix typo (ref: #2483) 2016-04-24 11:23:44 +09:00
Takeshi KOMIYA e48335097c Fix broken testcase 2016-04-22 18:40:41 +09:00
Takeshi KOMIYA 5744c53361 Fix Sphinx crashes if self referenced toctree found 2016-04-22 11:29:11 +09:00
Takeshi KOMIYA 52c7867d14 Fix #2466: Allow image.data_uri and image.nonlocal_uri as confval of suppress_warnings 2016-04-22 11:14:46 +09:00
Takeshi KOMIYA 88322af1ea #2465: latex builder fails in case no caption option is provided to toctree directive 2016-04-22 11:05:12 +09:00
Takeshi KOMIYA becc54702a Increment ENV_VERSION for #2456 2016-04-21 11:20:04 +09:00
Takeshi KOMIYA b8a7bb5bf6 Update CHANGES for PR#2476 2016-04-21 11:13:05 +09:00
Takeshi KOMIYA ea8e71a3d0 Merge pull request #2476 from mgeier/mathjax-nowrap2
Omit MathJax markers if :nowrap: is given
2016-04-21 11:11:08 +09:00
Takeshi KOMIYA 9b24fc2b94 Merge pull request #2462 from jfbu/anticipatefutureluatex
Load compatibility patch for LuaTeX 0.85+
2016-04-19 10:55:22 +09:00
Takeshi KOMIYA f7dbeed02c Merge pull request #2457 from jfbu/fixparsepincodeblocks
Fix a vertical space in indented code-blocks for latexpdf
2016-04-18 10:19:06 +09:00
Takeshi KOMIYA 919b42b0d4 Initialize suppress_warnings on Config.pre_init_values() 2016-04-17 13:32:32 +09:00
Takeshi KOMIYA ed52e00f34 Refactor needs_sphinx 2016-04-17 12:40:09 +09:00
Takeshi KOMIYA 64f1b3f5b1 Update CHANGES for PR#2448 2016-04-16 23:28:02 +09:00
Takeshi KOMIYA e62994b6e3 Merge pull request #2448 from jfbu/fixpdfcaptioncolor
Fix #2447: VerbatimBorderColor wrongly used also for captions of PDF
2016-04-16 23:27:21 +09:00
Takeshi KOMIYA c289a35c1b Fix #2397: Setup shorthandoff for turkish documents 2016-04-16 18:28:15 +09:00
Takeshi KOMIYA febfd6829c Fix #2436: Sphinx does not check version by :confval:needs_sphinx if loading extensions failed 2016-04-16 16:55:59 +09:00
Takeshi KOMIYA f15bdce1db Fix testcase 2016-04-16 16:11:48 +09:00
Takeshi KOMIYA a03b50b627 Move \! before \begin{aligned} (ref: #2370) 2016-04-16 15:21:28 +09:00
Takeshi KOMIYA 73166b241d Fix #2407: building docs crash if document includes large data image URIs 2016-04-16 15:04:32 +09:00
Takeshi KOMIYA 21ee53df2d Define new warning types for suppress_warnings (ref #2451) 2016-04-16 12:43:03 +09:00
Takeshi KOMIYA 35ad9ac587 Update CHANGES 2016-04-15 01:52:13 +09:00
Takeshi KOMIYA bfd0dd5c3a Fix pep8 violation (F401) on conf.py 2016-04-15 01:42:21 +09:00
Takeshi KOMIYA 6fb73f41d5 Fix pep8 violation (E122) on conf.py 2016-04-15 01:20:15 +09:00
Takeshi KOMIYA 13c814adc3 Fix failure in py3 2016-04-14 12:05:13 +09:00
Takeshi KOMIYA c3fe96f6fc Remove debug print 2016-04-14 12:03:10 +09:00
Takeshi KOMIYA 3206ccbae0 sphinx.ext.mathbase: Refactor LaTeX output 2016-04-14 10:39:33 +09:00
Takeshi KOMIYA 39396a4b1e Fix #2370: the equations are slightly misaligned in LaTeX 2016-04-14 10:37:54 +09:00
Takeshi KOMIYA 9a7bbb0947 Add image file for testcase of #2395 2016-04-13 21:30:45 +09:00
Takeshi KOMIYA 750720ee90 Update CHANGES for PR#2405 2016-04-11 10:54:49 +09:00
Takeshi KOMIYA 5b80365409 Merge pull request #2415 from jfbu/jumptorightplace-onstable
Fix #2405 and #2414 related to PDF hyperlinks to numbered code listings
2016-04-11 10:53:34 +09:00
Takeshi KOMIYA aaac328336 Update CHANGES for PR#2396 2016-04-10 20:52:14 +09:00
Takeshi KOMIYA 9df7783ba2 Fix #2395: Sphinx crashs if unicode character in image filename 2016-04-10 20:25:25 +09:00
Takeshi KOMIYA 95e6e81de7 Update CHANGES for #2425 and #2417 2016-04-06 21:20:20 +09:00
Takeshi KOMIYA c8facce3de Fix figure directive crashes if non paragraph item is given as caption 2016-04-06 21:19:25 +09:00
Takeshi KOMIYA c9e625eabc Merge pull request #2425 from rpluem/date_time_fix_stable
Time formats no longer allowed in today_fmt
2016-04-06 21:18:27 +09:00
Takeshi KOMIYA 36a0222dab Merge pull request #2424 from sphinx-doc/sphinx-mandatory
Clear up Pygments is mandatory
2016-04-05 23:39:44 +09:00
Takeshi KOMIYA 1313726fd6 Fix #2412: hyperlink targets are broken in LaTeX builder 2016-04-04 11:02:09 +09:00
Takeshi KOMIYA d35ccb9b4c The default format of today_fmt and html_last_updated_fmt is back to strftime format again
`html_last_updated_fmt` is commonly used for non date formatting. But
LDML is difficult to represent them from its characteristics.

Now we moved to strftime format again (ref: #2394).
2016-04-03 10:25:32 +09:00
Takeshi KOMIYA 8ab06530be Fix #2394: Sphinx crashes when html_last_updated_fmt is invalid 2016-04-01 11:20:30 +09:00
Takeshi KOMIYA 68f3887428 Update CHANGES 2016-03-31 10:37:51 +09:00
Takeshi KOMIYA 150ce21fb3 Fix broken testcase caused by translation 2016-03-29 12:40:42 +09:00
Takeshi KOMIYA 0d807a62cc Remove duplicated testcase for latex builder
test_numref_on_bable_disabled and test_numref_with_language_el are mainly
used for testing babel (not for numref).  But now we added enough testcases
for babel.
2016-03-29 12:21:58 +09:00
Takeshi KOMIYA 478c1d2ea6 Merge branch 'stable' into 1.4-release 2016-03-23 22:01:14 +09:00
Takeshi KOMIYA a1cc467363 Fix #2378: Sphinx now bundles newfloat.sty 2016-03-23 22:00:53 +09:00
Takeshi KOMIYA f8750593ef Fix #1153: figures in sidebar causes latex build error. 2016-03-09 10:58:05 +09:00
Takeshi KOMIYA 635c8eb417 Fix unpack warning if combinated with 3rd party domain extensions 2016-03-08 15:44:23 +09:00
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 b0e781c745 Fix broken tests 2016-03-06 16:24:59 +09:00
Takeshi KOMIYA 92692a232f Fix #2366: empty hyperref is generated on toctree in HTML builder 2016-03-06 16:11:04 +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