Commit Graph

5768 Commits

Author SHA1 Message Date
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
Jakob Lykke Andersen
cccebfd28c Fix build 2015-09-12 18:44:21 +02: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
Robert Lehmann
fff61dd1f8 Fix PEP8 complaint
pyflake8: E128 continuation line under-indented for visual indent.
2015-09-11 17:10:04 +02:00
TAKASE Arihiro
8e7166df1e Fix the language code for Portuguese 2015-09-11 19:46:27 +09:00
Robert Lehmann
6552e97425 Hint True/False being valid for autosummary_generate. 2015-09-11 09:56:14 +02:00
Robert Lehmann
ca655f31a8 Fixes #1984: Hint None being valid for primary_domain. 2015-09-11 09:56:09 +02:00
Robert Lehmann
8b00f57f4d Fixed #1786: Add configurable type hints.
This adds the option of giving, in addition to the type of the default
value, hints about permissible types for configuration values.
2015-09-11 09:51:14 +02:00
Anthony Johnson
e6ddd326d1 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-09 11:38:03 -07:00
Jakob Lykke Andersen
a22fb0d45f C++, add namespace push/pop directives. 2015-09-06 22:28:55 +02:00
Jakob Lykke Andersen
c9470fac65 C++, fix for template argument parsing.
Non-type template arguments where not parsed correctly. It is a bit
better now. The example in michaeljones/breathe#218 should work now.
2015-09-06 20:34:01 +02:00
Jakob Lykke Andersen
38db131ee9 C++, yet more code cleanup 2015-09-06 16:08:37 +02:00
Jakob Lykke Andersen
45a8169184 C++, code cleanup. 2015-09-06 16:01:34 +02:00
Jakob Lykke Andersen
89c3dd81c3 C++, support for templates.
Fixes sphinx-doc/sphinx#1729.
2015-09-06 15:36:58 +02:00
Jakob Lykke Andersen
ed29c298a6 C++ initial refactoring to support templates.
Create symbol tables to represent all declarations, including templated
declarations (sphinx-doc/sphinx#1729).
Fixes sphinx-doc/sphinx#1314.
2015-09-02 22:09:57 +02:00
Jakob Lykke Andersen
11b817bd65 C++, fix base class rendering. 2015-09-02 22:07:40 +02: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
Valentin Lorentz
9caa4b05f7 Make searchindex generation deterministic. 2015-08-30 21:23:28 +02: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
Valentin Lorentz
f5ae89af15 Fix Python 2.6 incompatibility introduced in 4e77027. 2015-08-20 12:33:21 +02:00
Valentin Lorentz
a9323e6f59 Make Javascript locale deterministic. 2015-08-19 20:38:23 +02:00
Valentin Lorentz
aee7bd2952 Make inventory generation deterministic. 2015-08-19 20:36:53 +02:00
Valentin Lorentz
4e770270cf Make grammar generation deterministic. 2015-08-19 20:33:41 +02:00
Chris Mayo
888cdc0b14 Stop theme description stretching around screenshots in html output 2015-08-16 19:37:02 +01:00
Georg Brandl
78ac97231a Merge pull request #2000 from pradyunsg/patch-1
Indent and Escape quote in Makefile
2015-08-13 15:32:35 +02:00
Pradyun
85e1a857f7 Fix the quoting
Oops!
2015-08-13 18:47:55 +05:30
Pradyun
ff9a3c2f80 Indent and Escape quote in Makefile
Small aesthetic changes that makes the Makefile look (and highlight) nicer.
2015-08-13 18:35:05 +05:30
Georg Brandl
f59c794802 Merge pull request #1975 from vlasovskikh/type-hints
Closes #1968: Show extended type hints for function annotations that use 'typing' module
2015-08-13 06:48:41 +02: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
Andrey Vlasovskikh
ef0d4e7946 Skip type hinting tests if there is a SyntaxError while importing a module with function annotations 2015-07-31 21:56:13 +03:00
Andrey Vlasovskikh
1224256341 Use 'SkipTest' from 'util' for tests 2015-07-31 21:54:01 +03:00
Andrey Vlasovskikh
dd32b7fdb2 Closes #1968: Show extended type hints for function annotations that use 'typing' module 2015-07-31 21:26:32 +03:00
Georg Brandl
19a7dfd348 move amssymb package require to .sty file 2015-07-27 08:07:16 +02:00
Georg Brandl
4053ba7a8e Merge pull request #1971 from mtreinish/fix-checkmark
Add support for converting checkmark unicode to latex symbol
2015-07-27 08:06:11 +02:00
Matthew Treinish
9401f62bba
Add support for converting checkmark unicode to latex symbol
This commit adds an entry to the list of tex escapes for the checkmark
unicode character. As part of this the use of the amssymb package is
added which is required for the checkmark symbol among others.

Closes #1959
2015-07-26 23:42:06 -04:00
Georg Brandl
cbe4350da8 Merge branch 'stable' 2015-07-25 20:25:24 +02:00
Georg Brandl
5cdd58f634 Merge remote-tracking branch 'refs/remotes/origin/stable' into stable 2015-07-25 20:04:04 +02:00
Georg Brandl
1e06bff24d erge branch 'stable' 2015-07-25 20:03:51 +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
9a154d0ae8 Merge branch 'stable' 2015-07-25 19:04:17 +02:00