Commit Graph
100 Commits
Author SHA1 Message Date
shimizukawa 4054b0b3a5 Fix #3183: Randomized jump box order in generated index page. 2016-12-13 00:47:18 +09:00
shimizukawa 5fc8d3db91 Fix: #2469: Ignore updates of catalog files for gettext builder. Thanks to Hiroshi Ohkubo. 2016-12-12 23:28:00 +09:00
Takayuki SHIMIZUKAWA d0fe6ba215 Merge pull request #3231 from tk0miya/3195_allow_parallel_build
builtin extensions return metadata to allow parallel build
2016-12-12 22:33:59 +09:00
shimizukawa 77b41309d7 Fix #3211: Remove untranslated sphinx locale catalogs (it was covered by untranslated it_IT) 2016-12-10 12:13:31 +09:00
shimizukawa 124938c9ae Merge branch '1.5-release' into stable 2016-12-10 11:56:22 +09:00
shimizukawa b1abd4629b Fix#3198: AttributeError is raised when toctree has 'self'.
this regression introduced at dc985ed4.
2016-12-08 00:34:19 +09:00
shimizukawa e739054d80 Fix #3195: Can not build in parallel. All built-in extensions must have 'parallel safe' flag. 2016-12-07 01:02:34 +09:00
shimizukawa 4311bb079a Bump version 2016-12-06 10:58:41 +09:00
shimizukawa 9f3a95e1da Bump to 1.5 final 2016-12-05 13:36:52 +09:00
shimizukawa 324bfe8c5e update version and reorganize CHANGES 2016-12-04 23:03:47 +09:00
shimizukawa eb0aa50536 fix 3 test failures that cause by translation changed 2016-12-04 23:03:46 +09:00
shimizukawa 30b9acc302 Update translations 2016-12-04 22:04:05 +09:00
shimizukawa 37a41be2a2 small fix in setup.py and release-checklist. 2016-12-04 22:03:25 +09:00
shimizukawa 9fb398e475 Merge branch 'stable' into 1.5-release 2016-12-04 21:44:16 +09:00
Takayuki SHIMIZUKAWA d2b692488c Merge pull request #3182 from sphinx-doc/enable-warns
Emit several warnings that will be deprecated in Sphinx 1.6
2016-12-04 21:17:22 +09:00
shimizukawa 1c8935adae Inprovement of warnings mechanism. Now support disabling emit warnings and add documentation. 2016-12-04 18:05:16 +09:00
shimizukawa 816b1db93d Emit several warnings that will be deprecated in Sphinx 1.6. There is no way to hide the warnings. 2016-12-04 14:09:17 +09:00
shimizukawa 6ae67f9f38 Fix #3024, refs #3037: In Python3, application.Sphinx._log crushed when the log message cannot be encoded into console encoding. 2016-12-04 13:54:11 +09:00
shimizukawa 9cea699149 update changes refs #1843 2016-11-25 00:01:15 +09:00
shimizukawa 3284e89991 Merge branch 'fix-attr-documenter' into stable 2016-11-24 23:55:02 +09:00
shimizukawa 30669c1ec0 Merge branch 'enable-bat-build-from-different-dir-2215' into 1.5-release 2016-11-24 23:35:17 +09:00
shimizukawa 41da6e79b7 update changes refs #3085, refs #2215 2016-11-24 23:33:08 +09:00
shimizukawa 77361395a6 test_quickstart.test_generated_files_eol requires empty line. 2016-11-24 22:04:50 +09:00
shimizukawa 76f2ed9215 Fix #3015: fix a broken test on Windows. 2016-11-24 00:26:36 +09:00
shimizukawa 97365c7db3 make-mode is used by default. 2016-11-23 11:57:22 +09:00
shimizukawa 736c18d498 add MoinMoin to EXAMPLES 2016-11-23 00:40:24 +09:00
shimizukawa 8f79c11b04 #3093: fix test again 2016-11-20 18:35:12 +09:00
shimizukawa 6b0d3e7400 #3093: fix test again 2016-11-20 18:17:16 +09:00
shimizukawa e712401dd1 #3093: fix test 2016-11-20 18:00:23 +09:00
shimizukawa 3c89ddd99f refs #3093: revert non-related changed line 2016-11-20 17:55:28 +09:00
shimizukawa 3566352bdb refs #3093: add tests 2016-11-20 17:48:07 +09:00
shimizukawa 76eb8ab56d * #3093: gettext build broken on image node under `note` directive. 2016-11-20 17:44:10 +09:00
shimizukawa a13edb8631 refs #3093: gettext build broken on substituted images. 2016-11-20 17:32:05 +09:00
shimizukawa 4583c4b022 insert blank line(s) to adapt latest flake8/pycodestyle 2016-11-16 11:04:32 +09:00
shimizukawa d50b9b9dce insert blank line(s) to adapt latest flake8/pycodestyle 2016-11-16 10:58:41 +09:00
shimizukawa 903e464c84 Add Pygame documentation to Examples.
Requested by https://groups.google.com/d/msg/sphinx-users/-qpL-ArvHR0/VQuN99GYBAAJ
2016-11-12 14:19:31 +09:00
shimizukawa 86c54575be Closes #930: sphinx-apidoc allow wildcards for excluding paths. 2016-11-06 09:38:37 +09:00
shimizukawa a5bdf1fdae Closes #3060: autodoc supports documentation for attributes of Enum class. Now autodoc render just the value of Enum attributes instead of Enum attribute representation. 2016-10-28 00:02:09 +09:00
shimizukawa 021974ed94 refs #2432 update for latest master 2016-10-19 01:08:07 +09:00
shimizukawa d1c6d3c45b Update CHANGES for refs #2432. 2016-10-19 01:00:02 +09:00
Takayuki SHIMIZUKAWA 340c6fb9f4 Merge pull request #2432 from agronholm/kwonlyargs
#2432 Fix unwanted * between varargs and keyword only args
2016-10-19 00:54:38 +09:00
shimizukawa 487f3db5f6 To simplify, sphinx uses external mock package even if unittest.mock exists. 2016-10-15 16:22:27 +09:00
shimizukawa 03af1ca4dd add docstring to write more detail of 'key' of index node 2016-05-25 22:59:03 +09:00
shimizukawa 26fecafb49 fix #2522: Sphinx touches mo files under installed directory
that caused permission error.
2016-05-06 00:33:06 +09:00
shimizukawa 16ecc34b2e refs #2481: update CHANGES 2016-04-22 22:27:40 +09:00
Takayuki SHIMIZUKAWA d13b062b5f Merge pull request #2481 from naokisatoname/stable
Modify a spelling mistake
2016-04-22 22:24:39 +09:00
Takayuki SHIMIZUKAWA a5acb01c0f Merge pull request #2458 from sphinx-doc/travis-verbose
verbose output for travis testing
2016-04-18 18:52:07 +09:00
shimizukawa 7eb15acd30 verbose output for travis testing 2016-04-18 16:44:35 +09:00
shimizukawa 132059a253 merge with stable 2016-04-18 14:41:06 +09:00
shimizukawa d5c36e045b update devguide: following current procedure to run test 2016-04-18 14:36:25 +09:00
shimizukawa fdaaf020f7 Merge with 'stable' 2016-04-12 22:22:06 +09:00
shimizukawa 5655fe1e6a Bump version 2016-04-12 22:20:08 +09:00
shimizukawa 47681a0638 Bump to 1.4.1 final 2016-04-12 22:12:19 +09:00
shimizukawa b8fe679b4c tweak CHANGES 2016-04-12 22:05:25 +09:00
shimizukawa ab02e2a06f Fix flake8 and update CHANGES for #2440 2016-04-12 21:57:01 +09:00
Takayuki SHIMIZUKAWA b8aca81fbc Merge pull request #2440 from xhochy/bugfix/source_date_epoch
Fix wrong import for gmtime
2016-04-12 21:54:19 +09:00
shimizukawa 5e0b542e62 Fix #2408: dummy builder not available in Makefile and make.bat 2016-04-02 22:27:41 +09:00
shimizukawa 0c33d7df78 import mock from util instead of directly. 2016-04-02 22:15:13 +09:00
shimizukawa 3742e887c2 update checklist to remind tx pull -a -f for final major release. 2016-03-28 22:48:09 +09:00
shimizukawa 57512bf257 Update translations for 1.4 release. Sorry I forgot to update these. 2016-03-28 22:39:59 +09:00
shimizukawa 55a991e241 Merge with 'stable'
Conflicts:
	CHANGES
	sphinx/__init__.py
2016-03-28 22:08:08 +09:00
shimizukawa 0569366f03 Bump version 2016-03-28 22:05:43 +09:00
shimizukawa 27fb3b6be3 Bump to 1.4 final 2016-03-28 21:51:00 +09:00
shimizukawa e4f213255e bump version 2016-03-06 22:17:27 +09:00
shimizukawa a9ec1e1e77 bump version 2016-03-06 22:15:16 +09:00
shimizukawa dc32f6f4a4 Bump to 1.4 beta1 2016-03-06 22:02:35 +09:00
shimizukawa d6aa568a59 update locales 2016-03-06 22:02:33 +09:00
shimizukawa d76e250ca3 fix for 'make style-check' 2016-03-06 21:37:04 +09:00
shimizukawa fffa51c3fd closes #582: Remove hint message from quick search box for html output. 2016-03-06 21:20:59 +09:00
shimizukawa 7c47e0665a Add several Sphinx documentation examples. 2016-03-06 15:31:19 +09:00
shimizukawa 283bf42ea7 Merge with 'stable'
Conflicts:
	CHANGES
	sphinx/__init__.py
	sphinx/io.py
2016-02-29 23:19:13 +09:00
shimizukawa 8ab5cdca2b Bump version 2016-02-29 22:52:13 +09:00
shimizukawa 9ec5305bba Bump to 1.3.6 final 2016-02-29 22:47:46 +09:00
shimizukawa 34422ebcad fix for make style-check 2016-02-29 22:44:09 +09:00
shimizukawa cea8c85bf0 remove a part of description that mentioned about epub3 internal formating. 2016-02-22 10:36:39 +09:00
shimizukawa 905cbd09ed Fix: ambiguous description for epub3_page_progression_direction conf value. 2016-02-22 10:20:28 +09:00
shimizukawa a7ae5e39d9 fix wrong documentation 2016-02-15 09:45:04 +09:00
shimizukawa da85b47e93 Bump version 2016-02-14 22:42:59 +09:00
shimizukawa 8c018d31aa Bump to 1.4 alpha1 2016-02-14 22:22:38 +09:00
shimizukawa 17cecd9ce6 update message catalogs 2016-02-14 22:22:36 +09:00
shimizukawa 03f061f898 fix for make style-check 2016-02-14 22:06:41 +09:00
shimizukawa d7bebce5e6 make check is renamed as make style-check 2016-02-14 22:06:39 +09:00
Takayuki SHIMIZUKAWA c49ecfe341 Merge pull request #2320 from sphinx-doc/glossary-term-with-index
classifier of glossary terms can be used for index entries grouping key.
2016-02-14 20:31:24 +09:00
shimizukawa e6a5a3a92e classifier of glossary terms can be used for index entries grouping key. The classifier also be used for translation. See also :ref:glossary-directive. 2016-02-14 19:28:58 +09:00
shimizukawa 358a13ee72 Merge wiht 'stable' 2016-02-14 19:27:18 +09:00
shimizukawa 0992ce542b Closes #1853: support custom text splitter on html search with language='ja'. 2016-02-14 19:23:51 +09:00
Takayuki SHIMIZUKAWA e1394b5427 Merge pull request #2321 from sphinx-doc/py-3-highlighting
The default highlight language is now Python 3. Use it in viewcode as well.
2016-02-14 19:10:05 +09:00
shimizukawa 823ef59564 Update CHANGES for #1854. 2016-02-14 16:48:30 +09:00
shimizukawa 81a0f13199 Merge pull request #1854 from mocobeta/search_ja_janome
Allow to choose Janome for Japanese splitter.
2016-02-14 16:46:21 +09:00
Takayuki SHIMIZUKAWA 58c29968f9 Merge pull request #2318 from sphinx-doc/glossary-term-structure
Restructuring glossary term node to fix #2251
2016-02-14 15:45:58 +09:00
shimizukawa defd08b926 refs #2318: keep pair of visit/depart methods even if one side only needed. 2016-02-14 15:11:08 +09:00
shimizukawa cca371de87 Remove termset node. It is not used anywhere. Restore termsep node and set as Deprecation. refs #2251 2016-02-14 15:11:07 +09:00
shimizukawa 804e866404 Now term nodes in a glossary directive are wrapped with termset node to handle multiple term correctly.
Fix #2251; Line breaks in .rst files are transferred to .pot files in a wrong way.
2016-02-14 15:11:06 +09:00
shimizukawa ffec78f0b0 fix flake8 2016-02-09 23:37:25 +09:00
shimizukawa 980653f277 Merge with stable
Conflicts:
	sphinx/environment.py
	sphinx/ext/autodoc.py
	sphinx/writers/latex.py
2016-02-09 23:19:49 +09:00
shimizukawa f29edef477 Update CHANGES for #1873, #1876, #2278 2016-02-09 18:09:43 +09:00
shimizukawa a88212a214 Update CHANGES for #1751 and #2074. 2016-02-09 17:38:07 +09:00
Takayuki SHIMIZUKAWA 07c10e540f Merge pull request #2074 from techtonik/patch-1
gettext: use canonical relative paths for .pot
2016-02-09 16:57:34 +09:00
shimizukawa eb9c85f4ea fix flake8 2016-02-09 00:27:21 +09:00
shimizukawa aefab514e2 Fix #2287: sphinx.transforms.Locale always uses rst parser. Sphinx i18n feature should support parsers that specified source_parsers. 2016-02-09 00:16:46 +09:00