Commit Graph

6193 Commits

Author SHA1 Message Date
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
Timotheus Kampik
ab54ece529 Merge branch 'master' into feature-1970-navigate-with-keys 2016-01-19 22:38:55 +01:00
Takayuki SHIMIZUKAWA
dcdcdb4155 Merge pull request #2097 from mitya57/stable
Make alabaster and sphinx_rtd_theme dependencies optional
2016-01-19 23:48:19 +09:00
Dmitry Shachnev
32591a7f77 Make alabaster and sphinx_rtd_theme dependencies optional
There is no need to pull these dependencies if i.e. the documentation is
using the classic theme.

There will be no change in behavior for projects using alabaster or
sphinx_rtd_theme.
2016-01-19 14:34:02 +03:00
Hong Xu
a75bf5af3c Refactor the tests of math extensions. 2016-01-18 23:47:01 -08:00
Hong Xu
540400635a math: Add math_number_all to enforce numbering all displayed math. 2016-01-18 23:47:01 -08: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
Timotheus Kampik
6c0ea67185 make navigation with keys in basic theme non-default 2016-01-17 17:05:28 +01: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
shimizukawa
198d4a41ad refs #2022: 'Thumbs.db' and '.DS_Store' are added to exclude_patterns default values in conf.py that will be provided on sphinx-quickstart. 2016-01-17 17:17:13 +09:00
Georg Brandl
3e53d017ac Merge branch 'stable' 2016-01-17 09:08:56 +01:00
Georg Brandl
8167a9b7ad Closes #2243: ignore strange docstring types in class docs, like already done for method docs. 2016-01-17 09:08:48 +01: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
Hong Xu
875e6a503b Run LaTeX in testing: don't skip the test unless all latexes do not exist
Until now when one of the 3 latexes (pdflatex, xelatex, lualatex) does
not exist, the test was skipped. This commit changes the behavior to
"unless none of the 3 latexes exists, don't skip the test".
2016-01-15 11:39:17 -08: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
Hong Xu
afcc7f4626 Move the testing code which spawns pdflatex to a function
There are currently two locations in the testing code running the same
code to spawn pdflatex. This commit puts these code into one single
function to reduce redundancy.
2016-01-15 01:48:49 -08:00
shimizukawa
0d5bdd3d8f update CHANGES for #2087 2016-01-15 12:02:02 +09:00