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
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
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
18daa75b7f
Update CHANGES (ref: #2264 )
2016-01-26 10:55:47 +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