Commit Graph
100 Commits
Author SHA1 Message Date
shimizukawa e800fef3d1 merge with 'stable' 2015-12-02 18:38:52 +09:00
shimizukawa 7cbd1254a9 Bump version 2015-12-02 18:37:34 +09:00
shimizukawa bfcfed2fe6 Bump to 1.3.3 final 2015-12-02 18:25:39 +09:00
shimizukawa d86ce4c0c2 Fix #2148: Error while building devhelp target with non-ASCII document. 2015-12-02 18:22:47 +09:00
shimizukawa 28db5fb767 Fix #2142: Provide non-minified JS code in `sphinx/search/non-minified-js/*.js` for source distribution on PyPI. 2015-11-30 23:46:56 +09:00
Takayuki SHIMIZUKAWA 1cef30f9ea Merge pull request #2141 from jakobandersen/style-check-fix
Exclude stuff from style-check
2015-11-30 00:19:10 +09:00
shimizukawa 9ceea10a62 Merge with 'stable' 2015-11-29 23:10:21 +09:00
shimizukawa afcea49dc9 Bump version 2015-11-29 23:06:09 +09:00
Takayuki Shimizukawa 6d0df203e4 Bump to 1.3.2 final 2015-11-29 13:28:56 +00:00
shimizukawa 4c7db6c67d fix line length 2015-11-29 22:23:56 +09:00
shimizukawa 2f8af51a2b update CHANGES for PR #2127 2015-11-29 22:14:40 +09:00
Takayuki SHIMIZUKAWA 51688f65a1 Merge pull request #2127 from mocobeta/search_ja_mecab_py3
MecabBinder should support both of Python 2 and 3.
2015-11-29 22:07:04 +09:00
shimizukawa 47bdbd1655 Fix #1818: sphinx.ext.todo directive generates broken html class attribute as 'admonition-' when :confval:language is specified with non-ASCII linguistic area like 'ru' or 'ja'. To fix this, now `todo directive can use `:class:` option. 2015-11-29 12:02:02 +09:00
shimizukawa b08ef308b9 Merge branch 'stable' 2015-11-22 00:25:26 +09:00
shimizukawa 9d0ce7a6c1 Fixes #1884: plug-in html themes cannot inherit another plug-in theme
Closes #1885: A part of code for this fix is from pull requeest #1885.
refs #1794
2015-11-22 00:13:42 +09:00
shimizukawa 9ae95df450 merge with stable 2015-11-21 17:05:53 +09:00
shimizukawa f0c390493b update CHANGES for #2121. 2015-11-21 17:00:55 +09:00
shimizukawa b5c2493bc0 refactoring for #2121 2015-11-21 16:56:00 +09:00
Takayuki SHIMIZUKAWA f1d4eabfe7 Merge pull request #2121 from mocobeta/better_and_search
Fix performTermsSearch function for multiple words search.
2015-11-21 16:52:27 +09:00
shimizukawa f21a3039a0 Fixed #1974: UnboundLocalError: local variable 'domain' referenced before assignment when using any role and sphinx.ext.intersphinx in same time. 2015-11-17 00:59:39 +09:00
shimizukawa 8ae43b9fd4 Merge branch 'stable' 2015-11-15 18:07:23 +09:00
Takayuki SHIMIZUKAWA c4850cc9ab Merge pull request #2004 from cjmayo/theming
Stop theme description stretching around screenshots in html output
2015-11-15 16:51:45 +09:00
Takayuki SHIMIZUKAWA e4b025c1cb Merge pull request #2033 from lehmannro/config-types-for-real
Allow hinting permissible types for configuration values
2015-11-15 16:39:07 +09:00
Takayuki SHIMIZUKAWA 6a13a9668d Merge pull request #2114 from lelit/master
Include JS stemmers in the distribution
2015-11-15 16:02:38 +09:00
shimizukawa 9ff6eb55f8 fix typo 2015-10-27 22:52:44 +09:00
shimizukawa df3643722f Fixed #2102: On Windows + Py3, using `|today|` and non-ASCII date format will raise UnicodeEncodeError. 2015-10-27 00:16:18 +09:00
shimizukawa f26f716d59 On Py2 environment, conf.py that is generated by sphinx-quickstart should have u prefixed config value for 'version' and 'release'. 2015-10-26 00:11:16 +09:00
shimizukawa cdf74eb8d1 builders page indicates 'format' value for each builders. refs #2038 2015-09-15 10:25:50 +09:00
Takayuki SHIMIZUKAWA a7723ff6f4 Merge pull request #2009 from ProgVal/determinism
Make files generation at install deterministic
2015-09-13 12:39:28 +09:00
shimizukawa c4382fa798 Fix: "make check" fails on 'typing_test_data.py' on Py2 environment. Closes #2020. 2015-09-13 12:13:24 +09:00
shimizukawa fdfdfaccff Fix "make blahblah" on Windows indicate help messages for sphinx-build every time. Closes #1989 2015-09-13 11:29:31 +09:00
Takayuki SHIMIZUKAWA bf795b9000 Merge pull request #2031 from agjohnson/rtd-theme-version
Tune sphinx_rtd_theme version
2015-09-13 10:00:16 +09:00
shimizukawa ef890a45d3 Merge branch 'stable' 2015-09-13 09:47:38 +09:00
shimizukawa 6bce0a1c10 Avoid "2.0" version of Babel because it doesn't work with Windows environment. Closes #1976.
see also:
* https://github.com/mitsuhiko/babel/issues/174
* https://github.com/mitsuhiko/babel/pull/188

Version spec syntax "babel>=1.3,!=2.0" is following PEP440: https://www.python.org/dev/peps/pep-0440/#version-exclusion and it works with pip 6.0 or later (I didn't check before pip 6.0).
2015-09-13 09:40:14 +09:00
Takayuki SHIMIZUKAWA 30876f89e0 Merge pull request #2035 from artakase/master
Fix the language code for Portuguese in documentation
2015-09-13 09:18:12 +09:00
shimizukawa 5b7ce8d9c2 avoid py3 syntax module 2015-09-13 09:16:08 +09:00
shimizukawa b1889b029d fix: unresolved any target. 2015-09-13 09:15:48 +09:00
shimizukawa f886c54263 Fix #1994: More supporting non-standard parser (like recommonmark parser) for Translation and WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils transforming. 2015-09-13 00:20:21 +09:00
shimizukawa bf7b410f6a Fix: "building [mo]" status indicates absolute path instead of relative from source directory 2015-08-09 23:46:08 +09:00
shimizukawa a3109f6976 Fixes #1983: i18n translation feature breaks references which uses section name. 2015-08-09 23:44:14 +09:00
shimizukawa 82e05e7a9c Fixes #1725: On py2 environment, doctest with using non-ASCII characters causes 'ascii' codec can't decode byte exception. 2015-08-02 00:07:23 +09:00
shimizukawa c6b598f519 Merge branch 'stable' of github.com:sphinx-doc/sphinx into stable
Conflicts:
	CHANGES
2015-07-25 19:06:34 +02:00
shimizukawa 3ad810406c Fixed #1869: Fix problems when dealing with files containing non-ASCII characters. 2015-07-25 19:02:47 +02:00
shimizukawa d51228152e merge with stable 2015-07-25 18:15:09 +02:00
shimizukawa d3375761d2 Fixed #1855: make gettext generates broken po file for definition lists with classifier. 2015-07-25 17:41:07 +02:00
shimizukawa 3cd7e14e75 Fix: `make text will crush if a definition list item has more than 1 classifiers as: term : classifier1 : classifier2`. 2015-07-25 17:40:26 +02:00
shimizukawa 18bb742745 remove old patch for docutils. it's fixed at docutils-0.10
http://repo.or.cz/w/docutils.git?a=commit;h=e3cc3cef7c1120d46ed9ef317583d08a51a452cc
2015-07-25 17:37:45 +02:00
shimizukawa 468568bdcf fix obsoleted documentation 2015-07-25 15:55:43 +02:00
shimizukawa 8600ffeda2 Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError. 2015-07-25 15:47:56 +02:00
shimizukawa c53fbdc949 CHANGES for #1780 2015-07-11 18:36:50 +09:00
Takayuki SHIMIZUKAWA 21aaf07776 Merge pull request #1866 from pjxiao/feature-1780
Fix #1780: Text builder outputs "class" and "exception" keywords once
2015-07-11 18:31:24 +09:00
Takayuki SHIMIZUKAWA 445db4f958 Merge pull request #1830 from thomasvandoren/ref-chapel-domain-in-docs
Add reference to Chapel domain in domains document.
2015-07-11 15:25:12 +09:00
shimizukawa 8f560079ef CHANGES for #1793 2015-07-11 15:22:03 +09:00
Takayuki SHIMIZUKAWA 219b5aac9e Merge pull request #1819 from pjxiao/feature-1793
Fix #1793: Add new line before first item of list
2015-07-11 15:15:01 +09:00
shimizukawa 24604b3a27 Update changes for #1892. 2015-07-06 09:54:06 +09:00
Takayuki SHIMIZUKAWA a65127c265 Merge pull request #1951 from jwilk/spelling
Fix typos.
2015-07-06 09:38:55 +09:00
Takayuki SHIMIZUKAWA 4c2f693cbf Merge pull request #1892 from Eric89GXL/fix-no-members
FIX: Only check if members is True. closes #1822, refs #1891, #1828, #1061, #1663
2015-07-05 12:11:36 +09:00
shimizukawa 0150548940 the release is canceled. 2015-07-05 10:01:34 +09:00
Takayuki SHIMIZUKAWA a0dc30ed2c Merge pull request #1941 from sphinx-doc/oops-groups
Explicitly mention sphinx-users mailing list
2015-06-24 21:11:04 +09:00
shimizukawa cf42c46beb refs #1784: fix for websupport. 2015-06-08 15:08:22 +08:00
shimizukawa 059a74c51e Fix #1784: Provide non-minified JS code in sphinx/search/*.py 2015-06-08 14:35:01 +08:00
Takayuki SHIMIZUKAWA 20cba249ef Merge pull request #1910 from bgeron/patch-1
Fix a typo in doc/markup/toctree.rst.
2015-06-08 06:47:49 +08:00
shimizukawa a9afcb8831 Fix #1920 Minor documentation bug in windows install guide. 2015-06-07 17:08:06 +08:00
Takayuki SHIMIZUKAWA 381d9ef7c5 Merge pull request #1876 from ericholscher/source_suffix_in_build
Add suffix to doc context. Fixes #1873.
2015-06-07 08:59:13 +08:00
shimizukawa 3af8e53740 fix flake8 issue 2015-06-06 07:32:51 +08:00
shimizukawa 2ee54dfd0b add make.bat for sphinx/doc 2015-04-06 14:18:28 +09:00
shimizukawa 1f65b8354e refactoring. path.abspath will call path.normpath. 2015-04-05 19:11:38 +09:00
shimizukawa 5a3fcea4b6 Fixes #1823: '.' as <module_path> for sphinx-apidoc cause an unfriendly error. Now '.' is converted to absolute path automatically. 2015-04-05 19:05:26 +09:00
shimizukawa 6c1ba34614 Fixes #1834: compatibility for docutils-0.13: handle_io_errors keyword argument for docutils.io.FileInput cause TypeError.
The argument is already deprecated and no effects from docutils-0.10.
2015-04-05 18:22:15 +09:00
shimizukawa ccd7e73c19 Fix #1794: custom theme extended from alabaster or sphinx_rtd_theme can't find base theme. 2015-04-05 15:28:35 +09:00
Takayuki SHIMIZUKAWA 629961ebfe Merge pull request #1802 from pjxiao/feature-1794
include builtin thmemes automatically #1794
2015-03-23 22:09:08 +09:00
shimizukawa 11f9b5ff20 Fix #1788: graphviz extension raises exception when caption option is present 2015-03-21 11:53:24 +09:00
shimizukawa 1c32a0fc3e Bump version 2015-03-17 18:28:24 +09:00
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 8fb6516256 fix typo. 2015-03-17 07:32:31 +09:00
shimizukawa bd22185cf9 update CHANGES refs #1783 2015-03-17 07:32:30 +09:00
Takayuki SHIMIZUKAWA 3c32e43985 Merge pull request #1783 from jenshnielsen/unicode_all
Autodoc: Python2 Allow unicode string in __all__
2015-03-17 07:29:36 +09:00
shimizukawa dbfc72a451 refactoring: move i18n related function from osutil into i18n 2015-03-16 23:11:23 +09:00
shimizukawa d699b1d326 rename function name to avoid ambiguous 2015-03-16 23:06:54 +09:00
shimizukawa 30d6d72f47 Fixed #1771: automated .mo building doesn't work properly with template translation: sphinx-build will load sphinx.mo file to initialize template-bridge before compiling sphinx.po file. 2015-03-16 23:01:16 +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 a94c40cbcf ref #1776: test fixed. 2015-03-16 00:27:12 +09:00
shimizukawa 36d47a2193 Close #1776: `source_suffix = ['.rst']` cause unfriendly error on prior version. 2015-03-16 00:20:33 +09:00
shimizukawa e8e5bae15f remove test that is not works correctly on travis.ci (+1 squashed commits) 2015-03-15 02:18:00 +09:00
shimizukawa 6b7a2c8b6a refs #1777: fix testing. first time testing always failed it means testing on travis.ci will never be succeeded. 2015-03-15 01:13:57 +09:00
shimizukawa 1628eebfb5 refs #1777: add test for loading theme plugins 2015-03-15 00:47:43 +09:00
shimizukawa f32c5c475e update CHANGES for PRs. 2015-03-14 23:29:16 +09:00
Takayuki SHIMIZUKAWA 5c8062f354 Merge pull request #1777 from tell-k/fix-load-extra-theme
Sphinx 1.3 can't load extra theme.
2015-03-14 23:23:11 +09:00
Takayuki SHIMIZUKAWA ca569788b1 Merge pull request #1774 from pjxiao/stable
Fix #1770 literalinclude with empty file occurs exception
2015-03-14 21:54:00 +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 64665f136b bump version to 1.4a0 2015-03-14 16:48:40 +09:00
shimizukawa a5a1d88da3 Merge branch 'stable' 2015-03-14 16:47:17 +09:00
shimizukawa ea25342acc Support PEP-440 version spec for developers. 2015-03-14 16:46:24 +09:00
shimizukawa 52b46a0c34 bump version for stable 2015-03-14 14:44:17 +09:00
shimizukawa 4c7a9b3973 refactoring for quickstart 2015-03-14 14:39:15 +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