Lele Gaifax
3dcffe9f9f
Rectify the path of non-minified JS stemmers
2015-11-10 10:02:05 +01:00
Lele Gaifax
603d6e23d3
Include JS stemmers in the distribution
2015-11-10 10:01:13 +01:00
Georg Brandl
93276db89e
Merge pull request #2111 from azazel75/master
...
Upgrade pgen2 to support py3.5 async/await
2015-11-10 07:28:23 +01:00
Alberto Berti
795887e044
Conditionally enable py3.5 tests in travis
2015-11-10 04:09:05 +01:00
Alberto Berti
782310039b
Move py3.5 specific tests to their own file and adjust test environment
2015-11-10 03:40:48 +01:00
Alberto Berti
933ed5a50c
Add a test for doc on coroutine functions and general support for async/await py3.5 syntax
2015-11-10 02:38:17 +01:00
Alberto Berti
1172d1dba2
Treat async/await as anonymous token and deal with them in tokenize.py
...
.. as cpython's parser does
2015-11-09 22:15:21 +01:00
Alberto Berti
8005456562
Update Python3 grammar to Python3.5
...
Taken from https://hg.python.org/cpython/file/3.5/Grammar/Grammar@99014:0c704864b917
2015-11-09 22:15:21 +01: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
Georg Brandl
9d47f64dc0
intersphinx: style nits
2015-10-22 08:09:16 +02:00
Georg Brandl
53944c4489
Merge pull request #2089 from wilsoniya/master
...
Intersphinx: inventory support for URLs w/ basic auth
2015-10-22 08:02:01 +02:00
Sgiath
d12769d698
Fixes #2092 : Update authors and changelog
2015-10-19 20:24:30 +02:00
Sgiath
abf8d86bb3
#2092 : Update documentation
2015-10-19 20:24:19 +02:00
Sgiath
3cf04907b6
#2092 : Add support for todo directive
2015-10-19 20:24:03 +02:00
Michael Wilson
564ce3b91d
Intersphinx: inventory support for URLs w/ basic auth
2015-10-16 10:56:24 -05:00
Jakob Lykke Andersen
5f09ecd4cf
C++, cross-reference update
...
(see also sphinx-doc/sphinx#2057 )
- Elaborate the documentation in regard to templates.
- Add shorthand for template declarations.
- Add shorthand for (full) template specialisations.
- Add better error messages for unparseable references.
2015-10-14 09:41:52 +09:00
Jakob Lykke Andersen
346df54358
C++, properly render multi-line declarations.
...
Fixes template rendering, e.g., when generating Latex.
Thanks to michaeljones/breathe#127 for pointing in the right direction.
2015-10-13 22:05:42 +09:00
Jakob Lykke Andersen
4d2c17e043
Merge pull request #2081 from dean0x7d/cpp11literals
...
C++, add support for user-defined literals
2015-10-12 21:49:20 +09:00
Jakob Lykke Andersen
4e8f630176
C++, fix templated operator bug
...
Fixes sphinx-doc/sphinx#2058
Fixes sphinx-doc/sphinx#2080
2015-10-12 21:06:45 +09:00
Dean Moldovan
1021f4cdd7
C++, add support for user-defined literals
2015-10-12 13:41:39 +02:00
Jakob Lykke Andersen
c823ffbcf1
C++, remove symbol hax for template params
2015-10-12 15:22:46 +09:00
Robert Lehmann
c5f412f491
Fix typo.
2015-10-09 08:24:17 +02:00
Georg Brandl
470bac3d1c
Merge pull request #2063 from TimKam/patch-1
...
Bugfix: Dutch stop words were incorrect (Danish)
2015-10-04 18:08:36 +02:00
Timotheus Kampik
ebff1f8b69
Update CHANGES
2015-10-04 16:28:56 +02:00
Timotheus Kampik
eb59fef104
Update AUTHORS
2015-10-04 16:26:49 +02:00
Timotheus Kampik
20049bfc55
Correct Dutch stop words
...
Before, Dutch stop word file was a not properly adjusted copy of the Danish stop word file
2015-10-04 16:23:25 +02:00
Jakob Lykke Andersen
758abb926e
C++, fix bug in type alias parsing.
...
Fixes sphinx-doc/sphinx#2061
2015-10-02 17:19:59 +09:00
Jakob Lykke Andersen
df3d6476a4
C++, fix parsing of types prefixed with 'enum'.
...
Fixes michaeljones/breathe#223 .
2015-10-01 22:28:54 +09:00
Jakob Lykke Andersen
3fb3fdbd53
C++, add parameter pack expansion as base classes.
2015-10-01 17:42:04 +09:00
Jakob Lykke Andersen
8e864076a9
C++, add support for final classes.
2015-10-01 17:25:07 +09:00
Jakob Lykke Andersen
bf25b48d78
C++, document base class grammar, and cleanup.
2015-10-01 17:01:50 +09:00
Rapptz
18c9872676
Fix flake8 error.
2015-10-01 03:24:21 -04:00
Rapptz
7d836e16ab
C++, add support for virtual base classes
2015-10-01 03:08:14 -04:00
Georg Brandl
8401d67909
Merge pull request #2055 from erosennin/intersphinx-omit-empty-target
...
Fix: omit empty URL targets in objects.inv
2015-09-28 22:38:15 +02:00
Andrey Golovizin
d9080b3eef
Omit empty URL targets in objects.inv
2015-09-28 19:56:54 +02:00
Maximilian Hils
3d4389f867
Set napoleon_include_special_with_doc to False
...
Napoleon should respect Sphinx's default behaviour for documenting special members.
2015-09-25 20:16:55 +02:00
Georg Brandl
b215da8250
Rename "make check" to "make style-check"; "make check" is often used for test suites.
2015-09-19 07:24:13 +02:00
Georg Brandl
37ef63087d
Port check_sources to single-source.
2015-09-18 20:32:53 +02:00
shimizukawa
cdf74eb8d1
builders page indicates 'format' value for each builders. refs #2038
2015-09-15 10:25:50 +09:00
Jakob Lykke Andersen
add4c2467d
C++, add missing support for 'friend' functions.
2015-09-14 14:31:15 +02:00
Jakob Lykke Andersen
2b3c249a4a
C++, fix parsing of signed/unsigned char.
2015-09-13 12:33:57 +02: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
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
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