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
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
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
dd08a3ac29
Add testcase for image globbing
2016-01-27 01:27:05 +09:00
Takeshi KOMIYA
773dc9dac3
Register DummyBuilder as built-in
2016-01-27 01:06:57 +09:00
Takeshi KOMIYA
e27a218594
Merge pull request #2237 from tk0miya/2022_copy_dotfiles_in_html_extra_path
...
Fix #2022 : html_extra_path also copies dotfiles and refers exclude_patterns
2016-01-24 19:40:14 +09:00
Takeshi KOMIYA
ae478f678e
Fix #2022 : html_extra_path also copies dotfiles and refers exclude_patterns
2016-01-24 19:17:50 +09:00
Takeshi KOMIYA
9ed3d51826
Fix #1944 : rst_prolog breaks file-wide metadata
2016-01-24 17:32:42 +09:00
Takeshi KOMIYA
cd1eeff70a
Remove Babel._ISO639_TO_BABEL; deprecated at docutils-0.8
2016-01-24 00:53:16 +09:00
Takeshi KOMIYA
883ae3c5a7
Fix warning message for `:numref:` if target is in orphaned doc (ref: #2244 )
2016-01-23 21:51:52 +09:00
Takeshi KOMIYA
04a8c26eab
Fix #2235 : `needs_sphinx` supports micro version comparison
2016-01-21 13:51:17 +09:00
Takeshi KOMIYA
43c77a2838
Fix TOC is not shown when no `:maxdepth:` for toctrees (ref: #771 )
2016-01-21 11:32:25 +09:00
Takeshi KOMIYA
e89d8777f2
Update CHANGES for PR #2211
2016-01-20 10:39:56 +09:00
Takeshi KOMIYA
7340ee3464
Merge pull request #2211 from tk0miya/1574_fix_errors_by_merged_cell
...
Fix #1574 : paragraphs in table cell doesn't work in Latex output
2016-01-20 10:39:11 +09:00
Takeshi KOMIYA
b0e02b4a12
Update CHANGES for PR #2230
2016-01-20 10:38:13 +09:00
Takeshi KOMIYA
e96d0d87bc
Update CHANGES for PR #1939
2016-01-20 10:37:05 +09:00
Takeshi KOMIYA
40a1b37d99
Merge pull request #1939 from bukzor/dummy-builder
...
add a dummy builder, for syntax checkers
2016-01-20 10:36:00 +09:00
Takeshi KOMIYA
59a88e090c
Merge pull request #2230 from xuhdev/number-all-math
...
Add an option to number all displayed math
2016-01-20 10:35:34 +09:00
Takeshi KOMIYA
5b92c708f8
Fix condition of graphviz warning
2016-01-19 01:10:49 +09:00
Takeshi KOMIYA
0cbb29e342
Update docs for #2221
2016-01-19 00:53:10 +09:00
Takeshi KOMIYA
4c4450d958
Fix #656 : Add `graphviz_dot option to graphviz directives to switch the dot` command
2016-01-18 23:56:05 +09:00
Takeshi KOMIYA
388ee36d9f
Remove unused variable: _graphviz_warned_ps2pdf
2016-01-18 23:25:28 +09:00
Takeshi KOMIYA
e4480baa98
Fix #2221 : graphviz always warns about :inline: option
2016-01-18 23:18:43 +09:00
Takeshi KOMIYA
ed527f86f1
Fix typo in CHANGES
2016-01-18 18:49:37 +09:00
Takeshi KOMIYA
92e4b0cac6
Merge branch 'stable'
2016-01-18 18:46:30 +09:00
Takeshi KOMIYA
8c930a3918
Fix typo in CHANGES
2016-01-18 18:18:46 +09:00
Takeshi KOMIYA
0329edc510
Fix #1565 : Show warning if Pygments throws an ErrorToken
2016-01-18 15:31:44 +09:00
Takeshi KOMIYA
5574aba60e
Fix tests are broken with pygments-2.1
2016-01-18 12:38:02 +09:00
Takeshi KOMIYA
34cbf3bad7
Fix #2247 : #2205 breaks make html for definition list with classifiers that contains regular-expression like string
2016-01-18 11:31:48 +09:00
Takeshi KOMIYA
c5b3da3212
Update CHANGES for #2060
2016-01-17 20:05:51 +09:00
Takeshi KOMIYA
a8d6e70116
Merge pull request #2224 from tk0miya/2060_change_style_of_manpage_role
...
Fix #2060 : ``:manpage:`` role uses incorrect style (node)
2016-01-17 19:59:32 +09:00
Takeshi KOMIYA
50426a711c
Fix #2060 : `:manpage:` role uses incorrect style (node)
...
It should be use bold style to reference man pages in man format.
On other formats, it is still represented as emphasis.
2016-01-17 19:50:06 +09:00
Takeshi KOMIYA
f44fd9f994
Fix broken test by 14f58e6619
2016-01-17 19:38:05 +09:00
Takeshi KOMIYA
81fd24a565
Merge pull request #2221 from tk0miya/graphviz_inline_by_default
...
Fix #1149 : ``sphinx.ext.graphviz``: show graph image in inline by default
2016-01-17 19:23:39 +09:00
Takeshi KOMIYA
14f58e6619
`sphinx.ext.graphviz`: show graph image in inline by default
...
To support subsutituion syntax, make graphviz node inline (ref: #1149 ).
Now graphviz directive behaves like ``image`` directive when no captions.
If specified, it generates ``figure`` node and ``caption`` node like
``figure`` directive.
2016-01-17 19:23:55 +09:00
Takeshi KOMIYA
492f60c371
Update CHANGES for PR #2207
2016-01-17 19:19:29 +09:00
Takeshi KOMIYA
cf5e138a53
Merge pull request #2207 from tk0miya/baseclass_for_parsers
...
Add sphinx.parsers.Parser class; a base class for new parsers
2016-01-17 19:17:58 +09:00
Takeshi KOMIYA
f89e3dfee3
Update docs about sphinx.parsers.Parser class
2016-01-17 19:18:02 +09:00
Takeshi KOMIYA
f1765c2576
Add sphinx.parsers.Parser class; a base class for new parsers
...
The class inherits ``docutils.parsers.Parser`` and implements ``set_application()`` in addition.
It enables subclasses to read configurations, to access environments and to logging.
2016-01-17 19:18:02 +09:00
Takeshi KOMIYA
78be129fc5
Update CHANGES for #2162
2016-01-17 19:08:42 +09:00
Takeshi KOMIYA
738bb589d9
Merge pull request #2209 from tk0miya/2162_add_source_parser_API
...
Fix #2162 : Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension
2016-01-17 19:07:18 +09:00
Takeshi KOMIYA
a43bacdcb3
Update CHANGES for PR #2208
2016-01-17 19:07:11 +09:00
Takeshi KOMIYA
8c8f3dbc9b
Merge pull request #2208 from tk0miya/2027_html_title_only_accepts_string
...
Fix #2027 : ``make epub`` got errors if ``html_title`` is None
2016-01-17 18:59:44 +09:00
Takeshi KOMIYA
121fc4a326
Fix #1030 : Make page reference names for latex_show_pagerefs translatable
2016-01-16 23:59:13 +09:00
Takeshi KOMIYA
2803b64b5d
Refactor around babel
2016-01-16 23:59:13 +09:00
Takeshi KOMIYA
350d8aade0
Fix broken LaTeX code is generated if unknown language is given
2016-01-16 23:59:13 +09:00
Takeshi KOMIYA
78f0ec40ea
Merge pull request #2241 from xuhdev/latex-skip
...
Run LaTeX in testing: don't skip the test unless all latexes do not exist
2016-01-16 14:35:45 +09:00
Takeshi KOMIYA
6b36b31984
Fix #2231 : Use DUrole instead of DUspan for custom roles in LaTeX writer
2016-01-16 02:12:17 +09:00
Takeshi KOMIYA
3432377669
Update error message if sphinx_rtd_theme not found
2016-01-15 21:14:04 +09:00
Takeshi KOMIYA
8318b87642
Merge pull request #2236 from xuhdev/run-latex-tests
...
Move the testing code which spawns pdflatex to a function
2016-01-15 21:10:35 +09:00
Takeshi KOMIYA
53cd2d4f3f
Fix #2026 : LaTeX builder rais error if parsed-literal includes links
2016-01-14 10:58:57 +09:00
Takeshi KOMIYA
3f998a0096
Fix line numbers was not shown on warnings of indecies
2016-01-13 11:37:07 +09:00
Takeshi KOMIYA
7898c64cf4
Fix line numbers were not show on warnings of numfigs
2016-01-13 00:38:38 +09:00
Takeshi KOMIYA
4c8b575dcc
Fix filenames were not shown on warnings of citations
2016-01-13 00:37:28 +09:00
Takeshi KOMIYA
6dc7ca0234
Fix line numbers were not shown on warnings in LaTeX and texinfo builder
2016-01-13 00:36:51 +09:00
Takeshi KOMIYA
8ea92359ba
Fix warnings in CHANGES and docs
2016-01-12 13:36:12 +09:00
Takeshi KOMIYA
ca896755a9
Fix #2229 , any-role and `-W` option are conflicted
2016-01-12 13:35:52 +09:00
Takeshi KOMIYA
b1715eb0b5
Fix broken test by bba3f388e9
2016-01-12 01:09:23 +09:00
Takeshi KOMIYA
bba3f388e9
Fix #2229 : No warning is given for unknown options
2016-01-11 23:31:28 +09:00
Takeshi KOMIYA
3ebee4d22d
Merge pull request #1934 from jpic/styleguide_link
...
Link to Python's Style Guide for documentation.
2016-01-11 01:38:45 +09:00
Takeshi KOMIYA
e4b9eb51f6
Merge branch 'stable'
2016-01-11 00:27:26 +09:00
Takeshi KOMIYA
c8c6dc1fe9
Fix #2226 : Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax)
2016-01-10 02:20:39 +09:00
Takeshi KOMIYA
1e2fbd463b
Refactoring `sphinx.ext.todo`; because of deprecation of make_admonition()
2016-01-10 01:27:08 +09:00
Takeshi KOMIYA
053d7806fe
Refactoring testcases to reduce ResourceWarning (refs: #1409 )
2016-01-10 01:04:38 +09:00
Takeshi KOMIYA
7894f0bd9c
Fix #2225 : If the option does not begin with dash, linking is not performed
2016-01-09 19:57:23 +09:00
Takeshi KOMIYA
e7fa8a6c2b
Fix `p` is always used for table spec (refs #1580 )
2016-01-09 10:03:21 +09:00
Takeshi KOMIYA
2ebf9d6456
Update CHANGES for #2172
2016-01-09 09:49:11 +09:00
Takeshi KOMIYA
119790cffb
Fix #2172 : Dysfunctional admonition \py@lightbox in sphinx.sty
2016-01-09 09:45:32 +09:00
Takeshi KOMIYA
386a74a0ee
Update CHANGES for PR #2160
2016-01-08 21:41:52 +09:00
Takeshi KOMIYA
e68b488907
Merge pull request #2160 from misery/toc
...
Fix broken TOC of PDFs if section includes an image
2016-01-08 21:41:11 +09:00
Takeshi KOMIYA
85a9e820dc
Fix Sphinx crashes if mecab initialization failed
2016-01-08 21:36:42 +09:00
Takeshi KOMIYA
fe101177c3
Fix indentation
2016-01-08 21:27:10 +09:00
Takeshi KOMIYA
24c42817ed
Revert search/ja.py
...
It is not a part of 'testcase for #1860 '. It's my miss commit.
Sorry.
2016-01-08 16:27:32 +09:00
Takeshi KOMIYA
23eb0e24fc
Add testcase for #1860
2016-01-08 16:00:26 +09:00
Takeshi KOMIYA
c6c9c5c264
Fix #1860 : Man page using :samp: with braces - font doesn't reset
2016-01-08 00:37:33 +09:00
Takeshi KOMIYA
eea055dfb2
Fix #1366 : centered image not centered in latex
2016-01-07 17:08:54 +09:00
Takeshi KOMIYA
bef3025c3c
Fix #1900 : BuildEnvironment.srcdir documentation gives false information
2016-01-07 14:18:40 +09:00
Takeshi KOMIYA
2be21e340e
Fix #1580 : Paragraphs in longtable don't work in Latex output
2016-01-07 14:15:34 +09:00
Takeshi KOMIYA
7c6a3b2501
Update CHANGES for PR #2214
2016-01-06 22:38:11 +09:00
Takeshi KOMIYA
695e4fdef9
Merge pull request #2214 from tk0miya/2203_sphinx.ext.githubpages
...
Add sphinx.ext.githubpages to publish the docs on GitHub Pages
2016-01-06 22:37:33 +09:00
Takeshi KOMIYA
0ea518d563
Add sphinx.ext.githubpages to publish the docs on GitHub Pages
2016-01-06 22:14:57 +09:00
Takeshi KOMIYA
4036dffd51
Update CHANGES for PR #2216
2016-01-06 12:43:33 +09:00
Takeshi KOMIYA
02e317d9bf
Merge pull request #2216 from xuhdev/texinputs-Makefile
2016-01-06 12:41:55 +09:00
Takeshi KOMIYA
e03dc8d27e
Fix #2072 : Footnotes in chapter-titles do not appear in PDF output
2016-01-06 11:13:30 +09:00
Takeshi KOMIYA
26e29de904
Fix broken testcase; Split test-toctree-maxdepth from test-tocdepth
2016-01-06 09:54:48 +09:00
Takeshi KOMIYA
924f65d737
Use document['tocdepth'] instead of document.setting.tocdepth
2016-01-06 09:54:48 +09:00
Takeshi KOMIYA
b0a5a1339e
Fix #771 : latex output doesn't set tocdepth
2016-01-06 01:34:29 +09:00
Takeshi KOMIYA
d0576cd012
Fix #1408 : Check latex_logo validity before copying
2016-01-05 16:48:22 +09:00
Takeshi KOMIYA
ec4a1ae863
Fix typo in README
2016-01-05 16:47:52 +09:00
Takeshi KOMIYA
ce1db22a50
Update CHANGES for #2165
2016-01-05 00:31:35 +09:00
Takeshi KOMIYA
51b101f006
Refactor GroupedField.make_field()
2016-01-05 00:26:31 +09:00
Takeshi KOMIYA
1ac571cd7e
Fix #2125 : unifies behavior of collapsed fields (GroupedField and TypedField)
2016-01-05 00:25:53 +09:00
Takeshi KOMIYA
070cf51764
Update CHANGES for #1906
2016-01-04 22:23:47 +09:00
Takeshi KOMIYA
476f8093ea
Merge pull request #1906 from kieranh5511/master
...
Use xcolor over color for \fcolorbox where available for LaTeX output
2016-01-04 22:22:23 +09:00
Takeshi KOMIYA
e8e5391e61
Fix #1894 : Unlisted phony targets in quickstart Makefile
2016-01-04 11:19:50 +09:00
Takeshi KOMIYA
f81ab1e8b9
Fix #2162 : Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension
2016-01-04 10:23:17 +09:00
Takeshi KOMIYA
26c43643d3
Fix broken tests by 7bb685bbe9
2016-01-03 20:52:39 +09:00