Commit Graph
100 Commits
Author SHA1 Message Date
shimizukawa a9bcff7a26 Closes #1722. Restore `toctree()` template function behavior that was changed at 1.3b1. 2015-02-15 16:49:03 +09:00
shimizukawa c812c40393 update CHANGES for previous 2 commits 2015-02-14 17:09:39 +09:00
shimizukawa 8ed5272a61 fix: bizstyle theme: a complicated css query to modify long title in the breadcrumb doesn't work with some mobile browser (iPhone5s safari). Now basic layout has class "nav-item" and "nav-item-N" (like nav-item-0, 1, 2...) for breadcrumb items. 2015-02-14 16:53:40 +09:00
shimizukawa 7475ac14f4 fix: bizstyle theme: nested long title pages make long breadcrumb that breaks page layout. 2015-02-14 16:25:33 +09:00
shimizukawa d9f192b3bf Merge branch 'stable' 2015-01-17 16:05:00 +09:00
shimizukawa 3c872e66a4 Fixes #1686: ifconfig directive doesn't care about default config values. 2015-01-17 16:01:53 +09:00
shimizukawa 668fa9935b remove debug print. sorry :( 2015-01-17 14:38:14 +09:00
shimizukawa e722258079 Fix: on windows, make-mode didn't work on Win32 platform if sphinx was invoked as python sphinx-build.py. 2015-01-17 14:37:09 +09:00
shimizukawa a9c1ab9828 Merge branch 'stable'
Conflicts:
	setup.py
2015-01-06 22:26:56 +09:00
shimizukawa ddb7c9945d Exclude 'tests' instead of 'test'. Sphinx-1.2.3 wheel package includes 'tests' directory. It might be happen by this wrong parameter. 2015-01-06 22:23:05 +09:00
Takayuki Shimizukawa b13035267f add a example 2014-12-30 18:00:53 +09:00
Takayuki Shimizukawa d4c127d93c Fix: make-mode didn't work on Win32 platform if sphinx was installed by wheel package. 2014-12-19 01:14:57 +09:00
Takayuki Shimizukawa 8d514be7a8 Provides environment marker (PEP-0426) to install colorama on win32 environment for installation from wheel. 2014-12-13 18:34:55 +09:00
Takayuki Shimizukawa 50c4bacbab fix syntax :/ 2014-12-05 20:05:21 +09:00
Takayuki Shimizukawa 666fa3fd0c bump version 2014-12-05 11:03:07 +00:00
Takayuki Shimizukawa 5f168f484a Added tag 1.3b2 for changeset 19b6c7a86fa4 2014-12-05 10:46:23 +00:00
Takayuki Shimizukawa 4a28a12977 release 1.3b2 2014-12-05 10:46:18 +00:00
Takayuki Shimizukawa aa79c97da7 merge with stable 2014-12-05 19:44:05 +09:00
Takayuki Shimizukawa edf63e1406 Fix again. Sections which depth are lower than :tocdepth: should not be shown on localtoc sidebar. Closes #1251 2014-12-05 16:42:30 +09:00
Takayuki Shimizukawa 32e4fab86b fix py3 error for pull request #314 2014-12-04 17:26:13 +09:00
Takayuki Shimizukawa c0a9d7740e Merged in lehmannro/sphinx-warnconfig (pull request #314)
Check configuration values for their types
2014-12-04 17:22:20 +09:00
Takayuki Shimizukawa c00dd30fb7 replace PIL with Pillow. 2014-12-03 23:13:21 +09:00
Takayuki Shimizukawa 292abeeedb update bundled ez_setup.py for setuptools-7.0 that requires Python 2.6 or later. 2014-12-03 23:17:48 +09:00
Takayuki Shimizukawa 4d784bbb06 Fix again for fffbcba0b. We should keep original env.update() return value type as list-of-docnames-that-ordered-in-order-to-read. 2014-11-27 21:50:30 +09:00
Takayuki Shimizukawa 4ee821efa3 add PyPI classifiers for sphinx 2014-11-27 09:58:53 +09:00
Takayuki Shimizukawa 6993a7254c fix documentation for extension development tutorial. Closes #1624. Thanks to dkeeney_fastacash. 2014-11-26 20:14:31 +09:00
Takayuki Shimizukawa c5c913ed4a Fix: rebuilding cause crash unexpectedly when source files were added. The problem appeared at fffbcba0b. 2014-11-25 10:20:10 +09:00
Takayuki Shimizukawa fa9fef3632 add a documentation example with custome layout and css 2014-11-21 10:12:48 +09:00
Takayuki Shimizukawa 2db40f7725 wrong branch...
Backed out changeset 4d70ed8c4259
2014-11-21 10:11:39 +09:00
Takayuki Shimizukawa fe64b3ff3d add a documentation example with custome layout and css 2014-11-21 10:10:39 +09:00
Takayuki Shimizukawa a82201cb36 add a documentation example with sphinx-py3doc-enhanced-theme. 2014-11-21 08:48:31 +09:00
Takayuki Shimizukawa 9bd9d8a65d add book example by using sphinx 2014-11-13 20:38:20 +09:00
Takayuki Shimizukawa 9bd306840f change a link for documentation translation page: from 1.2 to 1.3 2014-11-04 10:27:53 +09:00
Takayuki Shimizukawa 2710f705a1 fix: support python versions. 2014-10-30 10:13:54 +09:00
Takayuki Shimizukawa dc482fd247 use reference to python 3.4 for intersphinx 2014-10-30 10:08:33 +09:00
Takayuki Shimizukawa 4dd1c538d5 Fix #1610: Sphinx cause AttributeError when MeCab search option is enabled and python-mecab is not installed. 2014-10-29 01:08:47 +09:00
Takayuki Shimizukawa 6227082061 add a example. 2014-10-28 21:24:21 +09:00
Takayuki Shimizukawa 5bd2143fd0 enable sphinx.ext.viewcode for sphinx doc itself 2014-10-28 13:45:27 +09:00
Takayuki Shimizukawa 8b2f784dad Merged in westurner/sphinx-1/westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167 (pull request #308)
DOC: invocation.rst: sphinx-apidoc -M option
2014-10-22 00:24:48 +09:00
Takayuki Shimizukawa 0d379f1613 improve css for figure 2014-10-20 00:36:00 +09:00
Takayuki Shimizukawa 8800192419 improve css for numfig caption 2014-10-20 00:35:34 +09:00
Takayuki Shimizukawa 7db1820d78 update CHANGES for pull request #311 2014-10-19 12:57:12 +09:00
Takayuki Shimizukawa 215c4c01c8 bump version 2014-10-09 15:37:33 +00:00
Takayuki Shimizukawa 62dfb76fac Added tag 1.3b1 for changeset 701b48f97a37 2014-10-09 15:31:26 +00:00
Takayuki Shimizukawa 1323770863 release 1.3b1 2014-10-09 15:05:46 +00:00
Takayuki Shimizukawa d289870f48 rename numfig_prefix to numfig_format. later is better for the purpose. 2014-10-10 00:19:17 +09:00
Takayuki Shimizukawa 6261c8b68d Use universal wheel package. removing build directory procedure is not needed anymore. 2014-10-10 00:01:57 +09:00
Takayuki Shimizukawa da651089e7 fix trailing space and long line 2014-10-09 23:53:33 +09:00
Takayuki Shimizukawa 95ada28440 update locales 2014-10-09 22:57:43 +09:00
Takayuki Shimizukawa 1173b5daaa fix i18n.
* in some languages the form of "this" changes depending on the following noun
2014-10-09 22:57:25 +09:00
Takayuki Shimizukawa 20d55bd5b6 fix: remove alert() from bizstyle js.
change: overkilled breadcrumb stripping.
2014-10-09 22:41:32 +09:00
Takayuki Shimizukawa 4aa4d08a0a merge with stable 2014-10-09 22:05:20 +09:00
Takayuki Shimizukawa 857422eb67 update CHANGES for pull request #303, pull request #307. 2014-10-09 21:53:09 +09:00
Takayuki Shimizukawa 1ff5ffe1ed Merged in tk0miya/sphinx (pull request #307)
Add frame to code-block in LaTeX
2014-10-09 21:31:28 +09:00
Takayuki Shimizukawa 2826af738d Merged in tk0miya/sphinx (pull request #303)
Add :numref: role to refer figures, tables and code-blocks by its fignum
2014-10-09 19:45:50 +09:00
Takayuki Shimizukawa b9a39f0ea0 Merged in shimizukawa/sphinx (pull request #305)
gettext speed-up. closes #1426
2014-10-09 00:59:39 +09:00
Takayuki Shimizukawa 27f89b9e99 fix documentation for websupport. 2014-10-09 00:57:01 +09:00
Takayuki Shimizukawa ab91342bb1 fix testing for jQuery-1.11.1 2014-10-09 00:56:26 +09:00
Takayuki Shimizukawa 90e9957240 fix grammar by review 2014-10-08 21:36:33 +09:00
Takayuki Shimizukawa c608af4bab Update jQuery from 1.8.3 to 1.11.1. This change includes two migrations for jQuery. Closes #1438. 2014-10-08 08:59:01 +09:00
Takayuki Shimizukawa 34709d3080 Merged in tk0miya/sphinx (pull request #306)
Fix it should not use starttag() to tags which are not related with node
2014-10-07 23:22:01 +09:00
Takayuki Shimizukawa a7de6a2575 fix testing for ad7ce315a358 2014-10-07 23:12:16 +09:00
Takayuki Shimizukawa d7ee60571b update CHANGES for pull request #301. Closes #1583 2014-10-07 23:00:32 +09:00
Takayuki Shimizukawa 5d12c20d2a Merged in jpihl/sphinx-fork (pull request #301)
#1583: Allow the line numbering of the directive `literalinclude` to match that of the included file, using a new ``lineno-match`` option.
2014-10-07 22:55:43 +09:00
Takayuki Shimizukawa 6c0b4f1933 Merged in tk0miya/sphinx (pull request #304)
numfig feature improvement
2014-10-06 21:45:25 +09:00
Takayuki Shimizukawa b6b6f8ad79 Fix test for previous change.
Fix. <caption> node should not include <paragraph> block element as a result of nested_parse.
2014-10-06 07:10:52 +09:00
Takayuki Shimizukawa 655866d2cc Fix. <caption> node should not include <paragraph> block element as a result of nested_parse. 2014-10-06 01:25:25 +09:00
Takayuki Shimizukawa fa30e7b52a If the `python-levenshtein` 3rd-party package is installed, it will improve the calculation time. refs #1426. 2014-10-05 22:25:50 +09:00
Takayuki Shimizukawa ee98decec1 Incompatibility. Now :confval:gettext_uuid is set False by default. If False, also levenshtein calculation is disabled. refs #1426 2014-10-05 21:50:44 +09:00
Takayuki Shimizukawa 4a517af21c fix: autosummary of modules broken in Sphinx-1.2.3. closes #1585 2014-10-04 23:21:03 +09:00
Takayuki Shimizukawa 5eb459f5a6 abort sphinx-quickstart when project path is not a empty directory. 2014-10-04 20:52:42 +09:00
Takayuki Shimizukawa ecfeece952 pull request #299 has been merged. Add documentation for sphinx-quickstart options, update a few statement and CHANGES. Closes #1501. 2014-10-04 14:14:31 +09:00
Takayuki Shimizukawa 86ff9589bc pull request #297 has been merged. Update CHANGES for it. Closes #1571. 2014-09-29 00:37:52 +09:00
Takayuki Shimizukawa 7d47d60242 Merged in tk0miya/sphinx (pull request #297)
Add imgpath property to all builders
2014-09-29 00:32:38 +09:00
Takayuki Shimizukawa 9d1225a35b add :confval:gettext_enables to enable extracting 'index' to gettext catalog output / applying translation catalog to generated documentation. Closes #1344 2014-09-28 21:19:54 +09:00
Takayuki Shimizukawa 39c843106f fix testing on Windows. 2014-09-28 21:00:51 +09:00
Takayuki Shimizukawa 6358d62718 update CHANGES for pull request #298 2014-09-28 13:05:28 +09:00
Takayuki Shimizukawa a75d863290 Merged in tk0miya/sphinx (pull request #298)
Add new API: Sphinx.add_latex_package()
2014-09-28 12:59:59 +09:00
Takayuki Shimizukawa 698d2c6299 update CHANGES for pull request #296 2014-09-28 12:22:04 +09:00
Takayuki Shimizukawa 7984f81a5e Merged in tk0miya/sphinx (pull request #292)
do nested_parse() :caption: of code-block directive
2014-09-26 20:29:38 +09:00
Takayuki Shimizukawa 9f517bb20b update CHANGES for pull request #295, #1520. 2014-09-26 02:29:02 +09:00
Takayuki Shimizukawa 7c9565f510 Merged in psuter/sphinx/psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827 (pull request #295)
Fix ``make.bat latexpdf`` mechanism to ``cd`` back to the build directory. (see #1520)
2014-09-26 02:23:21 +09:00
Takayuki Shimizukawa b87d0f01b4 merge with stable 2014-09-26 02:20:01 +09:00
Takayuki Shimizukawa ca5e4d7a24 fix: deque missing 2014-09-26 02:17:59 +09:00
Takayuki Shimizukawa 5ce8815156 remove with_statement feature for py25. 2014-09-26 02:14:05 +09:00
Takayuki Shimizukawa 02539d5eaf merge with stable 2014-09-26 02:11:51 +09:00
Takayuki Shimizukawa 0a25e61eff refactoring by using with cd 2014-09-26 01:46:29 +09:00
Takayuki Shimizukawa 636c14ef4a Now sphinx.ext.autodoc work with python-2.5 again, again. 2014-09-26 01:42:22 +09:00
Takayuki Shimizukawa b897be5122 Now sphinx.ext.autodoc work with python-2.5 again. 2014-09-26 01:00:47 +09:00
Takayuki Shimizukawa 7060116888 Fix make-mode behavior on Windows. make target latexpdf, latexpdfja and info couldn't change directory with make -C directory command because make.bat was invoked instead of unix like make command. 2014-09-26 00:29:51 +09:00
Takayuki Shimizukawa a9d58744ad Fix make.bat for make-mode that lack SOURCEDIR argument for sphinx-build command. 2014-09-26 00:21:09 +09:00
Takayuki Shimizukawa b7059d475d Fix: special toctree entry "self" located after another entry that also has a toctree was replaced with wrong title and link. Closes #1576
Function argument variable `toctreenode` had been overrode by local variable.
2014-09-25 00:44:27 +09:00
Takayuki Shimizukawa 88540e9a3b workaround for testing: \xbb will be replaced with /xbb by replace(os.sep, '/') process on Windows environment. 2014-09-24 01:41:01 +09:00
Takayuki Shimizukawa c8d9300743 * update CHANGES for pull request #294. 2014-09-24 01:13:59 +09:00
Takayuki Shimizukawa 91507c367b * update CHANGES for pull request #285. 2014-09-23 16:56:12 +09:00
Takayuki Shimizukawa cae58ac81e Merged in ngoldbaum/sphinx/stable (pull request #285)
Test for subclasses of docutils node types when screening searchindex
2014-09-23 16:50:55 +09:00
Takayuki Shimizukawa 836d9584fd * update CHANGES for pull request #291. 2014-09-23 12:26:32 +09:00
Takayuki Shimizukawa a820a73442 Merged in tk0miya/sphinx (pull request #291)
Fix cannot capture title of literal_block node by xref
2014-09-23 12:21:15 +09:00
Takayuki Shimizukawa be97cdae1b * update CHANGES for pull request #288, #1512 2014-09-23 11:58:01 +09:00
Takayuki Shimizukawa 5b5937d057 Merged in tk0miya/sphinx/stable (pull request #288)
Fix #1512 env.record_dependency crashes on multibyte directories
2014-09-23 11:43:13 +09:00