Commit Graph

1289 Commits

Author SHA1 Message Date
shimizukawa
e2da583be8 Merge branch 'stable'
Conflicts:
	CHANGES
	sphinx/__init__.py
2015-03-17 18:26:27 +09:00
shimizukawa
a4083dde29 Bump to 1.3.1 final 2015-03-17 14:30:11 +09:00
shimizukawa
085bcfa518 refs #1781: Setting html_domain_indices to a list raises a type check warnings. 2015-03-17 07:34:26 +09:00
shimizukawa
bd22185cf9 update CHANGES refs #1783 2015-03-17 07:32:30 +09:00
shimizukawa
ef3a1f7b2e Fixed #1771: automated .mo building doesn't work properly with:
* `gettext_compact=True` in conf.py
* `sphinx-build -a` to rebuild all files.
* `sphinx-build ... <docnames>` to specify docnames.
2015-03-16 22:03:21 +09:00
shimizukawa
36d47a2193 Close #1776: `source_suffix = ['.rst']` cause unfriendly error on prior version. 2015-03-16 00:20:33 +09:00
shimizukawa
f32c5c475e update CHANGES for PRs. 2015-03-14 23:29:16 +09:00
shimizukawa
70612c610f fix #1772 cross reference in docstrings like `:param .write:` breaks building. 2015-03-14 18:54:20 +09:00
shimizukawa
4e599c13da fixes #1766: the message "least Python 2.6 to run" is at best misleading. 2015-03-14 16:59:22 +09:00
shimizukawa
a5a1d88da3 Merge branch 'stable' 2015-03-14 16:47:17 +09:00
shimizukawa
b7547bb7fe Fixed #1773: sphinx-quickstart doesn't accept non-ASCII character as a option argument. 2015-03-14 14:10:28 +09:00
shimizukawa
50d3102f97 update changes for 1.4 2015-03-14 13:30:08 +09:00
shimizukawa
502be7c26f update changes 2015-03-14 11:02:31 +09:00
shimizukawa
c4b874b2dd Add changelog for #1769: allows generating quickstart files/dirs for destination dir that doesn't overwrite existent files/dirs. 2015-03-14 10:59:56 +09:00
shimizukawa
8f26544dc5 Bump to 1.4 development. 2015-03-11 15:45:38 +09:00
shimizukawa
b87ce32e7d Bump to 1.3 final. 2015-03-11 06:45:00 +09:00
Jakob Lykke Andersen
7ad1926ef7 Update CHANGES and AUTHORS. Closes #1765. 2015-03-10 22:19:25 +01:00
Jakob Lykke Andersen
a8a8b1fd8f Update CHANGES 2015-03-10 21:04:09 +01:00
shimizukawa
25251a3d53 Closes #1651: Documentation: add `vartype` field description for python domain. 2015-03-09 22:51:20 +09:00
shimizukawa
dee83b8f52 Fixed #1756: Incorrect section titles in search that was introduced from 1.3b3 (PR #1694) 2015-03-09 21:38:38 +09:00
Georg Brandl
3437872b30 merge 2015-03-08 15:38:28 +01:00
Georg Brandl
705f6a997b Merge branch 'apple-help' of git://github.com/al45tair/sphinx 2015-03-08 15:35:04 +01:00
Georg Brandl
f2267942f3 Fixup changelog entry. 2015-03-08 15:24:57 +01:00
shimizukawa
e2a921ff07 refs #1742: :name: option is provided for toctree, code-block and literalinclude dirctives. 2015-03-08 21:59:37 +09:00
Georg Brandl
ad612fb03d Change the source parsers feature a bit:
* parsers -> source_parsers
* add docs
* require fully qualified name or class
* add test for it
2015-03-08 13:12:50 +01:00
shimizukawa
26ae055b2d refs #1700: now toctree caption become paragraph block instead of Text under ul element. and add permalink for toctree caption. 2015-03-08 16:45:56 +09:00
Takeshi KOMIYA
5e48ac9b4f Role `numref uses %s as special character instead #` symbol 2015-03-08 08:30:16 +09:00
Takayuki SHIMIZUKAWA
63b924cc32 Merge pull request #1752 from sphinx-doc/1719_numfig_format_was_ignored_on_latex
#1719 numfig_format was ignored on latex
2015-03-08 00:14:26 +09:00
Jakob Lykke Andersen
4333534f7b Update CHANGES 2015-03-05 23:47:06 +01:00
shimizukawa
9ba0a51555 refs #1658, #1750: add test and small tweak. 2015-03-03 08:13:14 +09:00
Takeshi KOMIYA
1ee7f5a163 #1719 Use numfig_format for prefix of captions in LaTeX builder 2015-03-03 01:16:02 +09:00
shimizukawa
d23f3e75dd Closes #1748: SyntaxError in sphinx/ext/ifconfig.py with Python 2.6. 2015-03-02 22:43:14 +09:00
shimizukawa
03a60a39fb fix any target in CHANGES. 2015-03-01 07:25:45 +09:00
shimizukawa
ce697daca6 Closes #1745: latex builder cause maximum recursion depth exceeded when a footnote has a footnote mark itself. 2015-03-01 07:25:10 +09:00
shimizukawa
e296bdc849 The change c773692 breaks a previous gettext output that contains duplicated msgid such as "foo bar" and "version changes in 1.3: foo bar". 2015-02-28 00:34:30 +09:00
shimizukawa
1c6dcd8842 Merge branch 'source_suffix'
Conflicts:
	CHANGES
2015-02-27 21:09:15 +09:00
Jakob Lykke Andersen
b1775cbf8c Add convenience directives and roles to C++ domain
Add directive `cpp:var` and roles `cpp:var` and `cpp:any`.
Fixes sphinx-doc/sphinx#1577, fixes sphinx-doc/sphinx#1744.
2015-02-26 21:44:46 +01:00
Georg Brandl
8a273d139b Fix generating emphasis nodes without semantic reason
Roles ``ref``, ``term`` and ``menusel`` now don't generate :durole:`emphasis`
nodes anymore.  If you want to keep italic style, adapt your stylesheet.
2015-02-25 15:51:47 +01:00
shimizukawa
567af23641 release 1.3b3 2015-02-24 22:51:25 +09:00
Robert Lehmann
89c53d5a2b Merge pull request #1727 from lehmannro/restore-pycompat 2015-02-24 07:56:17 +01:00
Robert Lehmann
baf8c0dbe1 Mention pycompat in changelog. 2015-02-24 07:48:31 +01:00
shimizukawa
68021b0bd3 refs #1346. Add new default theme.
- Rename 'default' theme to 'classic'.
  - rename `themes/default` to `themes/classic`
  - add new `themes/default` theme that derives from 'classic' theme for compatibility.
- setup.py depends to 'alabaster' and 'rtd' theme.
- theming.py import and run `alabaster.get_path()` to append path for alabaster theme.
- theming.py also import and run `sphinx_rtd_theme.get_html_theme_path()` to append path.
- sphinx-quickstart will generate `html_theme = 'alabaster'`.
- If user use 'default', sphinx emit notice (WARNING) suggestion to use 'alabaster' or use 'classic'.
- add documentation for new alabaster and readthedoc theme and link to original pages:
  - https://pypi.python.org/pypi/alabaster
  - https://pypi.python.org/pypi/sphinx_rtd_theme
2015-02-24 01:01:54 +09:00
shimizukawa
b0d40ea22c Closes #1735: Use https://doc.python.org/ instead of `http protocol. It was used for sphinx.ext.intersphinx` and some documentation. 2015-02-23 04:20:35 +00:00
shimizukawa
59fedc0791 Closes #1630: resolve CSS conflicts, `div.container css target for literal block wrapper now renamed to div.literal-block-wrapper`. 2015-02-23 00:38:42 +09:00
shimizukawa
27c76fcb89 Closes #1227: Add html_auto_image_link config option to conf.py, to control scaled image link. 2015-02-22 22:04:20 +09:00
shimizukawa
bb85c1c87f refs #1235: i18n: 'uri' and 'alt' attribute on 'image' and 'figure' nodes can be translated if gettext_additional_targets has 'image'. 2015-02-22 19:35:49 +09:00
shimizukawa
0ad1c154c0 refs #1235: i18n: 'doctest-block' and 'raw' node can be translated if gettext_additional_targets has that string. 2015-02-22 15:40:01 +09:00
shimizukawa
c53fa4b369 refs #1235: i18n: 'literal-block' node can be translated if 'literal-block' is set to gettext_additional_targets. 2015-02-22 13:51:02 +09:00
shimizukawa
d5dca56ff8 The `gettext_enables config value has been renamed to gettext_additional_targets`. 2015-02-22 13:31:28 +09:00
Takeshi KOMIYA
62e0490b81 Closes #1718. :numref: does not work with capital letters in the label 2015-02-22 11:28:21 +09:00