Commit Graph
100 Commits
Author SHA1 Message Date
Takeshi KOMIYA 3d3ee6fef3 Merge pull request #2716 from tk0miya/rstdim_to_latexdim
Refactoring latex writer
2016-06-27 11:18:28 +09:00
Takeshi KOMIYA b1c6717743 Check latex_image_length() returns none value 2016-06-27 01:36:00 +09:00
Takeshi KOMIYA cd093fb0ca latex writer considers unitless dimensions as px based 2016-06-26 22:56:20 +09:00
Takeshi KOMIYA fe3f2a4a3f latex: Do not convert px to float 2016-06-26 22:55:57 +09:00
Takeshi KOMIYA cb00f51328 latex: Raise error if invalid dimension value 2016-06-26 22:55:54 +09:00
Takeshi KOMIYA 4bc5a242ce Show warnings if invalid dimension units found 2016-06-26 22:32:34 +09:00
Takeshi KOMIYA efd74a9e14 latex, replace `pt by TeX equivalent bp if found in width or height` attribute of an image (ref: #2714) 2016-06-26 12:03:55 +09:00
Takeshi KOMIYA 980da84393 Merge branch 'stable' 2016-06-26 11:44:55 +09:00
Takeshi KOMIYA e134dc6f57 Fix a condition in latex_image_length() 2016-06-26 11:44:11 +09:00
Takeshi KOMIYA 593f12060c Fix warning in CHANGES 2016-06-26 11:40:08 +09:00
Takeshi KOMIYA 0859b338d8 LaTeX writer: Integerate width_to_latex_length() and latex_image_length() (ref: #2714) 2016-06-26 11:30:02 +09:00
Takeshi KOMIYA 7a81169e4c Fix warning in CHANGES 2016-06-25 10:31:30 +09:00
Takeshi KOMIYA 211fd352ae Fix #2579: Could not refer a label including both spaces and colons via sphinx.ext.intersphinx
This fixes only the case the label including both spaces and colons as
ad-hoc. There is still a bug if a label having spaces, colons and
numbers like "foo bar:baz 1234".

Note: To support the case, we have to improve the inventory format.
2016-06-24 21:11:31 +09:00
Takeshi KOMIYA ce1b9e3192 Fix flake8 violation 2016-06-24 14:51:25 +09:00
Takeshi KOMIYA cc9f21ce19 Merge pull request #2599 from tk0miya/show_warnings_as_yellow
#2597: Show warning messages as yellow
2016-06-24 14:35:15 +09:00
Takeshi KOMIYA 51937f8089 #2597: Show warning messages as darkred 2016-06-24 14:23:19 +09:00
Takeshi KOMIYA bf692e2f34 Fix #2700: HtmlHelp builder has hard coded index.html 2016-06-24 12:35:44 +09:00
Takeshi KOMIYA 04723c1175 Fix #2479: sphinx.ext.viewcode uses python2 highlighter by default 2016-06-24 11:35:15 +09:00
Takeshi KOMIYA 1e979091f2 Fix #2705: toctree generates empty bullet_list if `:titlesonly:` specified 2016-06-23 11:56:49 +09:00
Takeshi KOMIYA 2fc30b001a Merge pull request #2696 from mitya57/stable
Fix LocalTimeZone.utcoffset return value when SOURCE_DATE_EPOCH is set
2016-06-20 11:30:18 +09:00
Takeshi KOMIYA c59734c9f4 Fix descriptions of make targets 2016-06-20 10:58:06 +09:00
Takeshi KOMIYA 7586297d6d Fix #2684: sphinx.ext.intersphinx crashes with six-1.4.1 2016-06-18 10:27:32 +09:00
Takeshi KOMIYA 0405b9d62a Merge branch 'stable' 2016-06-12 21:45:26 +09:00
Takeshi KOMIYA 715969a6c3 Refactor sphinx.io.SphinxFileInput 2016-06-12 21:44:25 +09:00
Takeshi KOMIYA ecd2ca10d5 Bump version 2016-06-12 21:43:21 +09:00
Takeshi KOMIYA 93b3860597 Bump to 1.4.4 final 2016-06-12 21:37:52 +09:00
Takeshi KOMIYA b054a79e63 Merge pull request #2659 from tk0miya/build_pdf_on_travisci
Enable to build PDF docs on Ubuntu precise
2016-06-12 11:53:06 +09:00
Takeshi KOMIYA bc4148983d Sphinx now bundles needspace.sty 2016-06-12 11:33:43 +09:00
Takeshi KOMIYA e41a6340da '%' is no needed after \sphinxAtStartFootnote 2016-06-12 00:43:29 +09:00
Takeshi KOMIYA 5f7b393d1c Add html5lib to tox.ini 2016-06-12 00:43:23 +09:00
Takeshi KOMIYA 88c026d0bd Merge branch 'stable' 2016-06-12 00:42:47 +09:00
Takeshi KOMIYA 3d5319e705 Use six in util/reindent.py 2016-06-12 00:27:59 +09:00
Takeshi KOMIYA 80921b2ab8 Fix flake8 violation under tests/ 2016-06-12 00:02:11 +09:00
Takeshi KOMIYA 2483122c2f Fix flake8 violation (utils/reindent.py) 2016-06-12 00:02:11 +09:00
Takeshi KOMIYA 7ab5bed4be Remove ez_setup.py from flake8-exclude list 2016-06-12 00:02:11 +09:00
Takeshi KOMIYA fec2a36db7 Use \c@chapter instead of \thechapter to check what sectioning unit is used
In ubuntu precise, the old condition; \thechapter is defined or not
misdetects the sectioning unit. And then, it causes build error.
2016-06-11 22:50:34 +09:00
Takeshi KOMIYA d7dd00a898 Failed to build PDF with framed.sty 0.95
The framed.sty which ubuntu precise bundles does not uses \OuterFrameSep macro yet.
2016-06-11 22:50:31 +09:00
Takeshi KOMIYA ea778e7633 Show warnings if no domains match with primary_domain (ref: #2001) 2016-06-11 15:38:44 +09:00
Takeshi KOMIYA 8fa890c5fd Install TeXLive for testing on Travis CI 2016-06-11 15:16:24 +09:00
Takeshi KOMIYA 66884fc6a5 Install graphviz for testing on Travis CI 2016-06-11 15:06:07 +09:00
Takeshi KOMIYA fc3bfbca5c Fix #2639: Sphinx now bundles iftex.sty 2016-06-11 14:39:45 +09:00
Takeshi KOMIYA 4927a6d2a3 Merge pull request #2653 from jfbu/jfbu_updatetabulary
Sync shipped tabulary with upstream one.
2016-06-11 09:32:22 +09:00
Takeshi KOMIYA bf1ec6a570 Merge pull request #2654 from jfbu/jfbu_dateforsphinxsty
Give sphinx.sty a more accurate latex version date as latex package
2016-06-11 09:29:36 +09:00
Takeshi KOMIYA a35399a0aa Merge branch 'stable' 2016-06-10 20:55:05 +09:00
Takeshi KOMIYA c3c940f1ae Fix #2511: Refactor Makefile 2016-06-10 20:54:55 +09:00
Takeshi KOMIYA 42a6102cee Merge pull request #2559 from mgeier/parallel-error
Why is SphinxParallelError not derived from SphinxError?
2016-06-10 15:01:47 +09:00
Takeshi KOMIYA 8a85935c63 Update CHANGES for PR#2647 2016-06-10 12:55:19 +09:00
Takeshi KOMIYA 09c25443ff Merge pull request #2647 from JojoBoulix/patch-1
Remove all memory addresses from autodoc
2016-06-10 12:52:23 +09:00
Takeshi KOMIYA 1bf48bf0a3 Merge pull request #2648 from jfbu/jfbu_addlinkstotutorial
Convert text into links at bottom of tutorial.rst and top of config.rst
2016-06-10 12:50:14 +09:00
Takeshi KOMIYA b3e82fadc4 Fix #2646: latex crashes if math contains twice empty lines 2016-06-09 12:00:07 +09:00
Takeshi KOMIYA 54e0db9cbe Fix #2351: latex crashes if enumerated lists are placed on footnotes 2016-06-09 11:30:15 +09:00
Takeshi KOMIYA 8ad8803263 Increment ENV_VERSION (ref: #2631) 2016-06-08 22:32:11 +09:00
Takeshi KOMIYA e3b817da2f Show warnings if unknown key is specified to latex_elements (ref: 2637) 2016-06-08 01:27:22 +09:00
Takeshi KOMIYA 5c42bb0172 Merge pull request #2636 from tk0miya/rescue_old_styled_indices
Fix #2633: Sphinx crashes with old styled indices
2016-06-07 13:32:54 +09:00
Takeshi KOMIYA 8040c35942 Merge pull request #2628 from jfbu/latex_builtinthemesinSphinxDoc
Display correctly the Builtin themes in the PDF build of Sphinx doc
2016-06-07 11:32:37 +09:00
Takeshi KOMIYA 76b9992384 Fix #2633: Sphinx crashes with old styled indices 2016-06-07 11:02:07 +09:00
Takeshi KOMIYA 20a7f3b0ca Merge pull request #2623 from jfbu/latex_noifthen
LaTeX: remove use of \ifthenelse macro from sphinx.sty
2016-06-06 11:01:03 +09:00
Takeshi KOMIYA 368277f10a Merge pull request #2586 from avylove/html5lib
Use html5lib to parse HTML in tests instead of XMLParser
2016-06-05 22:20:00 +09:00
Takeshi KOMIYA cb26ec4d4c Update release-checklist 2016-06-05 17:27:13 +09:00
Takeshi KOMIYA 20779ab2a2 Update release-checklist 2016-06-05 17:26:31 +09:00
Takeshi KOMIYA f6ebd372d4 Merge branch 'stable' 2016-06-05 17:24:41 +09:00
Takeshi KOMIYA cb486ab3a0 Bump version 2016-06-05 17:17:05 +09:00
Takeshi KOMIYA 8b5ee35a7c Bump version 2016-06-05 17:09:12 +09:00
Takeshi KOMIYA d6c6b7bb3e Merge pull request #2615 from tk0miya/figure-in-table
Fix #2593: latex crashes if any figures in the table
2016-06-05 14:21:51 +09:00
Takeshi KOMIYA bb6bb7ded6 Fix #2593: latex crashes if any figures in the table 2016-06-05 14:21:21 +09:00
Takeshi KOMIYA bb360d8984 Merge pull request #2619 from jfbu/latex_alwaysamstext
LaTeX: load amstext in sphinx.sty even if not using amsmath
2016-06-05 09:13:52 +09:00
Takeshi KOMIYA df6ed50799 Update CHANGES for PR#2613 2016-06-03 21:44:03 +09:00
Takeshi KOMIYA cdb621440c Merge pull request #2613 from shibukawa/feature/extension-blacklist-to-stable
add extension blacklist to avoid error when loading deprecated extensions
2016-06-03 21:40:40 +09:00
Takeshi KOMIYA 751f8241ff Merge branch 'redirection_breaks_intersphinx' into stable 2016-06-03 21:38:11 +09:00
Takeshi KOMIYA 15771ac8d2 Merge pull request #2605 from tk0miya/suppress_orphan_warning
Suppress "document isn't included in any toctree" warning if the document is included (ref: #2603)
2016-06-03 09:22:34 +09:00
Takeshi KOMIYA 1b939042df Make testcases robust 2016-06-03 00:30:39 +09:00
Takeshi KOMIYA 6af14bf6d8 Fix misdetect redirection if original URL includes "/" on tail 2016-06-01 10:54:52 +09:00
Takeshi KOMIYA 2192e2c183 Fix intersphinx fails on using local file 2016-06-01 10:53:42 +09:00
Takeshi KOMIYA 851929c912 Fix #2602: URL redirection breaks the hyperlinks generated by sphinx.ext.intersphinx 2016-05-31 23:22:01 +09:00
Takeshi KOMIYA 61ef0cab31 Suppress "document isn't included in any toctree" warning if the document is included (ref: #2603) 2016-05-31 20:07:56 +09:00
Takeshi KOMIYA b8b5d12a0d Remove empty else block from latex writer 2016-05-31 10:08:23 +09:00
Takeshi KOMIYA 7661a92fc1 Update docs; the inputenc hack will be released at 1.4.3 2016-05-31 10:07:03 +09:00
Takeshi KOMIYA 976c3b8e33 Update CHANGES for PR#2590 2016-05-31 10:04:50 +09:00
Takeshi KOMIYA ae0fab15d3 Clear __pycache__, tests/build and .tox on make clean 2016-05-30 23:44:49 +09:00
Takeshi KOMIYA dbdfc640c7 Merge branch 'master' of github.com:sphinx-doc/sphinx 2016-05-30 19:51:44 +09:00
Takeshi KOMIYA 24beece2a3 Fix combination of figure directive options; width, figwidth and align (ref: #2595) 2016-05-30 13:13:38 +09:00
Takeshi KOMIYA da3d368961 Fix `width option of figure directive does not work if align` option also specified (ref: #2595) 2016-05-30 10:46:17 +09:00
Takeshi KOMIYA 1825559f74 Merge pull request #2596 from alex/patch-1
Include additional info on broken links in linkcheck
2016-05-30 09:46:36 +09:00
Takeshi KOMIYA 58b4f046ab Update CHANGES for #2530 2016-05-29 19:58:08 +09:00
Takeshi KOMIYA e3e827ef7f Fix #2350: got "Counter too large" error on building PDF if large numbered footnotes existed in admonitions 2016-05-29 19:55:44 +09:00
Takeshi KOMIYA f11128879a Merge branch 'stable' 2016-05-29 19:44:13 +09:00
Takeshi KOMIYA b4279df9e6 Update release-checklist 2016-05-29 18:54:21 +09:00
Takeshi KOMIYA 85fd6f6b5d Update release-checklist 2016-05-29 18:07:59 +09:00
Takeshi KOMIYA f1c02235bd Bump version 2016-05-29 17:35:30 +09:00
Takeshi KOMIYA 1fbc0c9a16 Bump to 1.4.2 final 2016-05-29 17:20:19 +09:00
Takeshi KOMIYA d7113586f1 Fix style-checker errors 2016-05-29 17:16:46 +09:00
Takeshi KOMIYA b81f24e0b6 Fix #2497, #2552: The label of search button does not fit for the button itself 2016-05-29 17:06:58 +09:00
Takeshi KOMIYA e946e84832 Merge pull request #2591 from solidsnack/patch-1
Fix PEP-8 violation present in generated code
2016-05-29 11:11:50 +09:00
Takeshi KOMIYA e01d5d8507 Merge pull request #2590 from avylove/inputenc 2016-05-29 09:24:47 +09:00
Takeshi KOMIYA f871e4e804 Update regex (ref: #2382) 2016-05-28 20:08:47 +09:00
Takeshi KOMIYA 1d17475a08 #2575: Now `sphinx.ext.graphviz allows :align:` option 2016-05-28 18:29:10 +09:00
Takeshi KOMIYA e3be266be3 Merge branch 'stable' 2016-05-28 17:29:43 +09:00
Takeshi KOMIYA b9656349aa Allow to override tocdepth, secnumdepth and contentsname using latex_elements (experimental) 2016-05-28 17:29:10 +09:00
Takeshi KOMIYA b74b9cb585 Fix #2383: The generated footnote by latex_show_urls overflows lines 2016-05-28 14:46:13 +09:00
Takeshi KOMIYA 5cdf7a9a33 Adjust spacing in numref role (ref: #2382) 2016-05-28 13:23:37 +09:00