Michael Wilson
|
564ce3b91d
|
Intersphinx: inventory support for URLs w/ basic auth
|
2015-10-16 10:56:24 -05:00 |
|
Dean Moldovan
|
1021f4cdd7
|
C++, add support for user-defined literals
|
2015-10-12 13:41:39 +02:00 |
|
Timotheus Kampik
|
1b80100dff
|
HTML doc: navigate with left/right arrow keys
Adjusted basic theme's JS accordingly
|
2015-10-04 19:44:17 +02:00 |
|
Timotheus Kampik
|
ebff1f8b69
|
Update CHANGES
|
2015-10-04 16:28:56 +02: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
|
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
|
7d836e16ab
|
C++, add support for virtual base classes
|
2015-10-01 03:08:14 -04: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 |
|
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 |
|
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 |
|
Jakob Lykke Andersen
|
a22fb0d45f
|
C++, add namespace push/pop directives.
|
2015-09-06 22:28:55 +02:00 |
|
Jakob Lykke Andersen
|
89c3dd81c3
|
C++, support for templates.
Fixes sphinx-doc/sphinx#1729.
|
2015-09-06 15:36:58 +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 |
|
Takeshi KOMIYA
|
e1305d549d
|
Fix flake8 violation
|
2015-08-21 14:29:01 +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
|
cbe4350da8
|
Merge branch 'stable'
|
2015-07-25 20:25:24 +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 |
|
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
|
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 |
|
Georg Brandl
|
886d174534
|
Closes #1903: Fix strange id generation for glossary terms.
|
2015-07-25 17:12:30 +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
|
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
|
5f6030bec7
|
Fixes #1909: Add "doc" references to Intersphinx inventories.
|
2015-07-25 12:11:23 +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
|
1b8afbb343
|
some changelog entries
|
2015-07-24 16:34:11 +02:00 |
|
Georg Brandl
|
c2f1a27905
|
merge with stable
|
2015-07-24 15:59:47 +02:00 |
|
Georg Brandl
|
cdf0f8253c
|
Closes #1962: when adding directives, roles or nodes from an extension, warn if such
an element is already present (built-in or added by another extension).
|
2015-07-21 12:43:06 +02:00 |
|
shimizukawa
|
c53fbdc949
|
CHANGES for #1780
|
2015-07-11 18:36:50 +09:00 |
|
shimizukawa
|
8f560079ef
|
CHANGES for #1793
|
2015-07-11 15:22:03 +09:00 |
|
shimizukawa
|
24604b3a27
|
Update changes for #1892.
|
2015-07-06 09:54:06 +09:00 |
|
Takeshi KOMIYA
|
962a830015
|
Update README
|
2015-06-26 21:37:16 +09:00 |
|
Takeshi KOMIYA
|
342a5ee83d
|
Update CHANGES refs #1935
|
2015-06-26 18:52:45 +09:00 |
|
Buck Golemon
|
59dfb47c1c
|
add a dummy builder, for syntax checkers
|
2015-06-23 16:23:27 -07:00 |
|
Georg Brandl
|
bfdbee0d04
|
merge with stable
|
2015-06-11 19:07:10 +02:00 |
|
Takeshi KOMIYA
|
10183a6ca0
|
Fix a crash when setting up extensions which do not support metadata
|
2015-06-11 19:05:23 +02:00 |
|
shimizukawa
|
059a74c51e
|
Fix #1784: Provide non-minified JS code in sphinx/search/*.py
|
2015-06-08 14:35:01 +08:00 |
|
Jakob Lykke Andersen
|
6b8f29bb45
|
C++, fixes sphinx-doc/sphinx#1913
|
2015-05-30 09:56:32 +02:00 |
|
Georg Brandl
|
1bf392867c
|
Prepare release 1.3.2.
|
2015-05-21 11:28:25 +02:00 |
|