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 |
|
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 |
|
Georg Brandl
|
1bf392867c
|
Prepare release 1.3.2.
|
2015-05-21 11:28:25 +02:00 |
|
Georg Brandl
|
ad049c35e4
|
changelog update
|
2015-05-18 14:50:12 +02:00 |
|
Takeshi KOMIYA
|
ccd393734e
|
Fix a crash when setting up extensions which do not support metadata
|
2015-05-17 15:56:10 +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 |
|
Takeshi KOMIYA
|
64d2f22eb4
|
Fix #1790 literalinclude strips empty lines at the head and tail
|
2015-04-02 14:48:14 +09:00 |
|
Takeshi KOMIYA
|
aa66e7860b
|
Fix #1789 :pyobject: option of literalinclude directive includes following lines after definitions
|
2015-04-02 14:47:51 +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
|
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
|
bd22185cf9
|
update CHANGES refs #1783
|
2015-03-17 07:32:30 +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
|
36d47a2193
|
Close #1776: `source_suffix = ['.rst'] ` cause unfriendly error on prior version.
|
2015-03-16 00:20:33 +09:00 |
|
shimizukawa
|
f32c5c475e
|
update CHANGES for PRs.
|
2015-03-14 23:29:16 +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
|
b7547bb7fe
|
Fixed #1773: sphinx-quickstart doesn't accept non-ASCII character as a option argument.
|
2015-03-14 14:10:28 +09:00 |
|
shimizukawa
|
502be7c26f
|
update changes
|
2015-03-14 11:02:31 +09:00 |
|
shimizukawa
|
c4b874b2dd
|
Add changelog for #1769: allows generating quickstart files/dirs for destination dir that doesn't overwrite existent files/dirs.
|
2015-03-14 10:59:56 +09:00 |
|
shimizukawa
|
8f26544dc5
|
Bump to 1.4 development.
|
2015-03-11 15:45:38 +09:00 |
|
shimizukawa
|
b87ce32e7d
|
Bump to 1.3 final.
|
2015-03-11 06:45:00 +09:00 |
|
Jakob Lykke Andersen
|
7ad1926ef7
|
Update CHANGES and AUTHORS. Closes #1765.
|
2015-03-10 22:19:25 +01:00 |
|
Jakob Lykke Andersen
|
a8a8b1fd8f
|
Update CHANGES
|
2015-03-10 21:04:09 +01:00 |
|
shimizukawa
|
25251a3d53
|
Closes #1651: Documentation: add `vartype ` field description for python domain.
|
2015-03-09 22:51:20 +09:00 |
|
shimizukawa
|
dee83b8f52
|
Fixed #1756: Incorrect section titles in search that was introduced from 1.3b3 (PR #1694)
|
2015-03-09 21:38:38 +09:00 |
|
Georg Brandl
|
3437872b30
|
merge
|
2015-03-08 15:38:28 +01:00 |
|
Georg Brandl
|
705f6a997b
|
Merge branch 'apple-help' of git://github.com/al45tair/sphinx
|
2015-03-08 15:35:04 +01:00 |
|
Georg Brandl
|
f2267942f3
|
Fixup changelog entry.
|
2015-03-08 15:24:57 +01:00 |
|
shimizukawa
|
e2a921ff07
|
refs #1742: :name: option is provided for toctree , code-block and literalinclude dirctives.
|
2015-03-08 21:59:37 +09:00 |
|
Georg Brandl
|
ad612fb03d
|
Change the source parsers feature a bit:
* parsers -> source_parsers
* add docs
* require fully qualified name or class
* add test for it
|
2015-03-08 13:12:50 +01:00 |
|
shimizukawa
|
26ae055b2d
|
refs #1700: now toctree caption become paragraph block instead of Text under ul element. and add permalink for toctree caption.
|
2015-03-08 16:45:56 +09:00 |
|
Takeshi KOMIYA
|
5e48ac9b4f
|
Role `numref uses %s as special character instead #` symbol
|
2015-03-08 08:30:16 +09:00 |
|
Takayuki SHIMIZUKAWA
|
63b924cc32
|
Merge pull request #1752 from sphinx-doc/1719_numfig_format_was_ignored_on_latex
#1719 numfig_format was ignored on latex
|
2015-03-08 00:14:26 +09:00 |
|
Jakob Lykke Andersen
|
4333534f7b
|
Update CHANGES
|
2015-03-05 23:47:06 +01:00 |
|
shimizukawa
|
9ba0a51555
|
refs #1658, #1750: add test and small tweak.
|
2015-03-03 08:13:14 +09:00 |
|
Takeshi KOMIYA
|
1ee7f5a163
|
#1719 Use numfig_format for prefix of captions in LaTeX builder
|
2015-03-03 01:16:02 +09:00 |
|
shimizukawa
|
d23f3e75dd
|
Closes #1748: SyntaxError in sphinx/ext/ifconfig.py with Python 2.6.
|
2015-03-02 22:43:14 +09:00 |
|
shimizukawa
|
03a60a39fb
|
fix any target in CHANGES.
|
2015-03-01 07:25:45 +09:00 |
|
shimizukawa
|
ce697daca6
|
Closes #1745: latex builder cause maximum recursion depth exceeded when a footnote has a footnote mark itself.
|
2015-03-01 07:25:10 +09:00 |
|
shimizukawa
|
e296bdc849
|
The change c773692 breaks a previous gettext output that contains duplicated msgid such as "foo bar" and "version changes in 1.3: foo bar".
|
2015-02-28 00:34:30 +09:00 |
|
shimizukawa
|
1c6dcd8842
|
Merge branch 'source_suffix'
Conflicts:
CHANGES
|
2015-02-27 21:09:15 +09:00 |
|
Jakob Lykke Andersen
|
b1775cbf8c
|
Add convenience directives and roles to C++ domain
Add directive `cpp:var` and roles `cpp:var` and `cpp:any`.
Fixes sphinx-doc/sphinx#1577, fixes sphinx-doc/sphinx#1744.
|
2015-02-26 21:44:46 +01:00 |
|
Georg Brandl
|
8a273d139b
|
Fix generating emphasis nodes without semantic reason
Roles ``ref``, ``term`` and ``menusel`` now don't generate :durole:`emphasis`
nodes anymore. If you want to keep italic style, adapt your stylesheet.
|
2015-02-25 15:51:47 +01:00 |
|
shimizukawa
|
567af23641
|
release 1.3b3
|
2015-02-24 22:51:25 +09:00 |
|