Takeshi KOMIYA
8fdbdc3fa9
Merge pull request #2744 from tk0miya/refactor_copying_assets
...
Refactor copying assets
2016-07-07 11:24:17 +09:00
Takeshi KOMIYA
f8955b16d6
Replace all copy_static_entry() with copy_asset()
...
At same time, copy_static_entry() is now deprecataed
2016-07-07 00:10:26 +09:00
Takeshi KOMIYA
02dbf860c2
Refactor: Use copy_asset() to copy html_static_path
2016-07-07 00:06:54 +09:00
Takeshi KOMIYA
bb1e6f9044
Refactor: Replace copy_extra_entry() with copy_asset()
2016-07-07 00:02:57 +09:00
Takeshi KOMIYA
829b5631a3
Add testcase for compile_matchers()
2016-07-06 23:58:46 +09:00
Takeshi KOMIYA
db23797c57
copy_asset_file() does not expand if context not given
2016-07-06 23:58:46 +09:00
Takeshi KOMIYA
07ddff9933
Add sphinx.util.fileutil.copy_asset()
2016-07-06 23:58:46 +09:00
Takeshi KOMIYA
17cd06f237
Add sphinx.util.fileutil.copy_asset_file()
2016-07-06 23:58:46 +09:00
Takeshi KOMIYA
f72879f071
Merge pull request #2748 from tk0miya/builtin_extensions
...
Now all builders and domains work as built-in extensions
2016-07-06 23:56:44 +09:00
Takeshi KOMIYA
8a45aa5e59
Now all builders and domains work as built-in extensions
2016-07-06 23:25:45 +09:00
Takeshi KOMIYA
fb7e6a22ac
Update CHANGES for PR#2454
2016-07-06 01:59:43 +09:00
Takeshi KOMIYA
31c6beb578
Merge pull request #2454 from mgeier/html-sourcelink-txt
...
Add option html_sourcelink_suffix
2016-07-06 01:43:18 +09:00
Takeshi KOMIYA
e355dde954
Refactor: Use warn_node() instead of warn()
2016-07-03 13:50:52 +09:00
Takeshi KOMIYA
5c83d84d76
Fix flake8 violation
2016-07-03 13:36:50 +09:00
Takeshi KOMIYA
e4799323fb
Refactor: refer refexplicit attr on fetching title
2016-07-03 13:22:48 +09:00
Takeshi KOMIYA
16e1378bca
Refactor sphinx.domains.std: Separate xref resolvers to each types
2016-07-03 13:22:48 +09:00
Takeshi KOMIYA
c7eac46158
Merge pull request #2743 from tk0miya/separate_pygments_styles
...
latex: Separate stylesheets of pygments to .sty file
2016-07-03 09:38:24 +09:00
Takeshi KOMIYA
00af06af8f
latex: Separate stylesheets of pygments to .sty file
...
To improve readability of generated LaTeX source code, separate
stylesheets of pygments into independent .sty file.
2016-07-03 01:48:50 +09:00
Takeshi KOMIYA
e3c3e4f0cb
Merge branch 'stable'
2016-07-02 16:39:13 +09:00
Takeshi KOMIYA
d57b395502
Add a release signature to README (ref: #2612 )
2016-07-02 16:37:00 +09:00
Takeshi KOMIYA
bd2ad1bc68
Fix #2699 : hyperlinks in help HTMLs are broken if html_file_suffix is set
2016-07-02 14:30:38 +09:00
Takeshi KOMIYA
1142a7f43f
Fix CHANGES for #2650 (again)
2016-07-02 14:15:03 +09:00
Takeshi KOMIYA
b30d4f4882
Fix #2718 : Sphinx crashes if the document file is not readable
2016-07-02 13:54:45 +09:00
Takeshi KOMIYA
63b50b5c8f
Merge pull request #2644 from pfultz2/refdoc
...
Make refdoc attribute optional for pending_xref nodes
2016-07-02 10:47:25 +09:00
Takeshi KOMIYA
2ebeff6776
Fix CHANGES
2016-07-02 10:29:26 +09:00
Takeshi KOMIYA
e6b545c2f2
Update CHANGES for PR#2731
2016-07-02 10:26:57 +09:00
Takeshi KOMIYA
6227a7f98c
Merge pull request #2731 from seanfarley/fix-abstractproperty
...
inspect: return obj.__dict__[name] if there is an exception
2016-07-02 10:22:03 +09:00
Takeshi KOMIYA
26b2e99d73
Merge pull request #2729 from mixmastamyk/patch-3
...
Add woff support to epub builder - CHANGES
2016-07-01 12:54:53 +09:00
Takeshi KOMIYA
f0d9e5072f
Merge pull request #2728 from mixmastamyk/patch-2
...
Add woff support to epub builder
2016-07-01 12:54:28 +09:00
Takeshi KOMIYA
1eaa412372
Fix CHANGES for PR#2650 (again)
2016-06-30 20:06:18 +09:00
Takeshi KOMIYA
624bcef1cb
Merge remote-tracking branch 'tjanez/setup-warning-is-error-master'
2016-06-30 20:05:37 +09:00
Takeshi KOMIYA
2a5e5a5530
Update CHANGES for PR#2650
2016-06-30 10:55:02 +09:00
Takeshi KOMIYA
d3fe0f82dd
Merge pull request #2650 from mindw/build_sphinx_pdb_opt
...
add --pdb support to setuptools command
2016-06-30 10:54:09 +09:00
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
b5ae1b0846
Pass original filenames to search indecies (ref: #2399 )
...
* Not tested carefully
* Always adds .txt to source filename even if html_sourcelink_txt is False
2016-06-07 15:17:12 +02: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