Commit Graph
5730 Commits
Author SHA1 Message Date
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
Tomoko Uchida 431d72091d MecabBinder should support both of Python 2 and 3. 2015-11-29 22:12:48 +09:00
Takeshi KOMIYA 042daed015 Update CHANGES for #2140 2015-11-29 22:03:48 +09:00
Takeshi KOMIYA f4c5a2e136 Fix #2140: footnotes in caption of table has broken in LaTeX 2015-11-29 21:55:36 +09:00
Takeshi KOMIYA 12396a71d9 Fix #2140: footnotes in table has broken in LaTeX 2015-11-29 21:47:55 +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 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 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
Tomoko Uchida 5e8fc080f0 Fix alignments... 2015-11-21 16:55:16 +09:00
Tomoko Uchida ff4eac55e2 Replace tab characters with spaces. 2015-11-21 16:55:03 +09:00
Tomoko Uchida 53bc3f58df Remove old (current) codes. 2015-11-21 16:54:52 +09:00
Tomoko Uchida e3b3cda0cb Fix performTermsSearch function for multiple words search. 2015-11-21 16:54:39 +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 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
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
Anthony Johnson 8cf1612e37 Tune sphinx_rtd_theme version
With some recent changes that are slightly backwards compatible, we were going
to bump the version of the RTD theme. We wanted to drop the current version
pattern for the semver scheme, but Sphinx's requirement on the RTD theme is
pinned at >=0.1,<0.2. For now, we're stuck releasing on the current scheme.

This relaxes the versioning requirement for the theme, with 2.0 being the
following release that could contain backwards incompatible API changes. We'd
likely wait to bump to 1.0 until the next Sphinx release, as to not break
experience for users.

Refs snide/sphinx_rtd_theme#244
2015-09-13 10:08:00 +09:00
TAKASE Arihiro 5e1028db43 Fix the language code for Portuguese 2015-09-13 10:07:34 +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
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
Takeshi KOMIYA 2c5c54aa67 Closes #1987: Fix ampersand is ignored in `:menuselection: and :guilabel:` on LaTeX builder 2015-09-01 00:29:03 +09:00
Takeshi KOMIYA 5be5b057a9 Remove unused method: LaTeXTranslator.generate_contentsname() 2015-08-21 14:37:51 +09:00
Takeshi KOMIYA 3803ce7db4 Remove debug print 2015-08-21 14:33:36 +09:00
Takeshi KOMIYA e1305d549d Fix flake8 violation 2015-08-21 14:29:01 +09:00
Takeshi KOMIYA 20d992cdf5 Close #1990: Use caption of toctree to title of \tableofcontents in LaTeX 2015-08-21 14:15:30 +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
Takeshi KOMIYA 49b812b856 Fix #1540: Fix RuntimeError with circular referenced toctree 2015-08-09 21:08:33 +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
Georg Brandl 5cdd58f634 Merge remote-tracking branch 'refs/remotes/origin/stable' into stable 2015-07-25 20:04:04 +02:00
Georg Brandl 862fc425b1 Fix. 2015-07-25 20:03:48 +02:00
shimizukawa c6b598f519 Merge branch 'stable' of github.com:sphinx-doc/sphinx into stable
Conflicts:
	CHANGES
2015-07-25 19:06:34 +02:00
Georg Brandl 29dc6976b2 Fixed #1798: Fix building LaTeX with references in titles. 2015-07-25 19:03:55 +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 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
Georg Brandl 886d174534 Closes #1903: Fix strange id generation for glossary terms. 2015-07-25 17:12:30 +02:00
Georg Brandl bf7d0ccd75 Fixes #1887: note that graph name needs quotes if non alphanumeric. 2015-07-25 17:04:06 +02:00
Georg Brandl 3e742bb43a Closes #1942: Fix a KeyError in websupport. 2015-07-25 16:54:51 +02:00
Georg Brandl e4b42fe15f Fixes #1923: Use babel features only if the babel latex element is nonempty. 2015-07-25 16:52:19 +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
Georg Brandl 657f6b16f0 Fixes #1915: Do not generate smart quotes in doc field type annotations. 2015-07-25 12:35:52 +02:00
Georg Brandl ae7e3afb4f Closes #1949: Use `safe_getattr` in the coverage builder to avoid aborting with descriptors that have custom behavior. 2015-07-25 09:33:09 +02:00
Georg Brandl 21188120cc fix message when calling sphinx-build without arguments 2015-07-25 09:33:09 +02:00
Rob Ruana 6b6d3dbea9 Closes #1840: [Napoleon] Fixes Google style parsing to only match section headers ending with exactly one colon 2015-07-24 11:31:47 -07:00