Commit Graph
100 Commits
Author SHA1 Message Date
Takayuki SHIMIZUKAWA fa5a6ba47e Merge pull request #5941 from sphinx-doc/appvayor-fails-ci-failed
AppVeyor must be failed when pytest has any test failures.
2019-01-13 23:10:26 +09:00
shimizukawa dc6b586c5d Publisher requires destination parameter.
This change fixes a bug that introduced at de49b991f6.
2019-01-13 22:41:58 +09:00
shimizukawa cdc5241a3b AppVeyor must be failed when pytest has any test failures. 2019-01-13 22:41:58 +09:00
Takayuki SHIMIZUKAWA 795b518464 Add PathComparer for testing and fix 2 test failure on Windows. (#5943)
commits are squashed.

* Add PathComparer for testing and fix 2 test failure on Windows.
* fix flake8
* add type information by f2f review. Thanks to @tk0miya!
* fix mypy, flake8 again..
2019-01-13 18:40:35 +09:00
Takayuki SHIMIZUKAWA 844ed7df91 Merge pull request #5942 from sphinx-doc/multiple-issue-templates
Update issue templates
2019-01-13 17:21:39 +09:00
shimizukawa ee92e84d3f Improve issue templates for bug reporting. 2019-01-13 16:59:04 +09:00
Takayuki SHIMIZUKAWA ea134138b9 Merge pull request #5938 from sphinx-doc/update-branch-model-for-semver
Update deprecation policy by semantic versioning rules
2019-01-13 16:45:48 +09:00
Takayuki SHIMIZUKAWA a909b629d8 Update issue templates with GitHu default templates. 2019-01-13 16:37:19 +09:00
Takayuki SHIMIZUKAWA 2b8bee3dda Update issue templates 2019-01-13 16:15:03 +09:00
shimizukawa fbff6fc2e2 Update deprecation policy by review. 2019-01-13 16:01:10 +09:00
shimizukawa f29ea2bcff Update deprecation policy by semantic versioning rules 2019-01-12 23:18:06 +09:00
Takayuki SHIMIZUKAWA 7b91a2438f Merge pull request #5747 from jdufresne/bad-decode
Remove unused `except UnicodeDecodeError` block
2019-01-03 12:40:28 +09:00
shimizukawa 844a3a5c22 add books written with using Sphin 2018-09-10 23:45:06 +09:00
Takayuki SHIMIZUKAWA e23ede82f3 Merge pull request #5408 from sphinx-doc/shibukawa-patch-1
Update EXAMPLES to add books
2018-09-10 23:42:54 +09:00
shimizukawa 3d6c7d147d update CHANGES. refs #5083 2018-06-17 15:39:32 +09:00
shimizukawa 1b36b3fef7 make.bat must follow #4097. 2018-06-17 15:24:23 +09:00
Takayuki SHIMIZUKAWA 0f1eb957af Merge pull request #5083 from dombre/master
Fixed internationalization quick guide
2018-06-17 15:20:05 +09:00
shimizukawa 46797104fa refs #4919. As after work of 4919, remove workaround, uncomment temporary disabled code. 2018-05-25 08:21:07 +09:00
shimizukawa eacaaed1c7 Merge branch 1.7 2018-05-25 08:17:19 +09:00
shimizukawa ffc6ad5fb4 CHANGES for #4863 2018-05-15 21:37:29 +09:00
shimizukawa 236d763ec2 Update CHANGES for #4945. 2018-05-12 16:56:27 +09:00
Takayuki SHIMIZUKAWA a9e66bc447 Merge pull request #4945 from zhsj/fix-search-lang
fix lang_COUNTRY not fallback correctly for IndexBuilder
2018-05-12 16:54:33 +09:00
Takayuki SHIMIZUKAWA 8e5aee517a Merge pull request #4949 from tk0miya/fix_wrong_argument_for_Domain.process_doc
Fix wrong argument for Domain.process_doc
2018-05-12 15:25:04 +09:00
Takayuki SHIMIZUKAWA 64a308b424 Merge pull request #4950 from tk0miya/refactor_config
refactor: Fill types column for default config_values
2018-05-12 15:19:14 +09:00
Takayuki SHIMIZUKAWA 570d798a1f Merge pull request #4952 from tk0miya/refactor_autodoc
autodoc: Remove unused dummy class; testcls
2018-05-12 15:17:31 +09:00
shimizukawa 5e688615a4 CHANGES for #4938, #4939 2018-05-11 20:59:54 +09:00
Takayuki SHIMIZUKAWA 79650f5827 fix #4938: i18n doesn't handle node.title correctly (#4939) 2018-05-11 20:51:07 +09:00
shimizukawa ab101744f2 Use twine instead of 'setup.py upload'. There are security reason ( https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi ) and metadata reason (refs #4936 ). 2018-05-09 11:31:41 +09:00
shimizukawa 5fbc6d378d move `get_full_module_name and repr_domxml` functions from logging to nodes. by review on https://github.com/sphinx-doc/sphinx/pull/4918#discussion_r185838236. 2018-05-04 07:34:42 +09:00
Takayuki SHIMIZUKAWA fce6d0d7d7 add debug log for patching/extracting i18n nodes (#4918)
After fixing #4919, sphinx/util/logging.py:L120 must be commented-in and next L121 line will be removed.
2018-05-02 10:55:11 +09:00
shimizukawa eb1e8f937c So far, the Sphinx-doc project name on the transifex service included the latest major version number. For example "sphinx-doc-1_8". For this reason, we released a major version, we had to create a new project with transifex and took time to switch the data to be translated. This was to keep the translated text of the past version on transifex.
From now on, transifex project name does not include version number like "sphinx-doc". Project data always handles the contents of Sphinx's master branch.
Translation of the major version of the past is held at https://travis-ci.org/sphinx-doc/sphinx-doc-translations.
2018-04-01 21:50:13 +09:00
shimizukawa e3470bbde3 fix #4734: Describe how to specify make.bat parameter on Windows 2018-03-16 16:19:39 +09:00
shimizukawa b5edde474d update CHANGES for #4198 2018-01-08 11:18:36 +09:00
Takayuki SHIMIZUKAWA 101b289351 Merge pull request #4097 from stephenfin/argparse-integration
Fix #3259: Argparse integration
2017-10-21 18:58:55 +09:00
Takayuki SHIMIZUKAWA e15e9a79b4 fix a glitch 2017-09-26 22:49:23 +09:00
Takayuki SHIMIZUKAWA 7bda952e4a add Sylius to EXAMPLES
https://groups.google.com/d/msg/sphinx-users/MACgWve2r9M/e2RUk2z2AwAJ
2017-09-13 17:39:31 +09:00
shimizukawa 0e39d92c92 ignore 'doc/locale' directory to avoid mis-committing 2017-09-10 12:13:20 +09:00
shimizukawa 63c15998f6 closes #4017: some web site house cleaning 2017-08-25 23:37:06 +09:00
shimizukawa dd8c3211be fix: missing `texinputs_win/Makefile` to be used in latexpdf builder on windows. 2017-08-22 11:03:17 +09:00
shimizukawa 4f0de6f49b copy static files beyond symlinked directories under _static directory.
This issue caused from ref #2744
2017-08-16 15:13:15 +09:00
Takayuki SHIMIZUKAWA 14426f9d38 update CHANGES for #3779 2017-05-25 07:21:12 +09:00
Takayuki SHIMIZUKAWA 23d1edb203 Merge pull request #3780 from goosemania/autodoc-mockimporter-fix
Fix #3779: 'ImportError' in sphinx.ext.autodoc
2017-05-24 20:05:24 +09:00
shimizukawa d497d74370 refs #3458: add sphinx.testing that are moved from /tests directory. 2017-05-14 20:47:15 +09:00
shimizukawa 62d7abb2f8 fix typos in CHANGES 2017-05-07 22:21:12 +09:00
shimizukawa 23b1d846f1 refs #3588: No compact (p tag) html output in the i18n document build even when :confval:html_compact_lists is True. 2017-05-01 17:22:05 +09:00
shimizukawa fdebd2b1b2 refs #3588: No compact (p tag) html output in the i18n document build even when :confval:html_compact_lists is True. 2017-05-01 17:18:44 +09:00
shimizukawa ac5e76f598 extract messages 2017-04-29 01:02:00 +09:00
Takayuki SHIMIZUKAWA 6729d44431 Merge pull request #3635 from tk0miya/stylesheet_behaves_like_a_string
Add styleesheet class
2017-04-20 07:35:03 +09:00
Takayuki SHIMIZUKAWA 9a7cd2a9ad Merge pull request #3646 from jwilk/re.sub
Remove misplaced flags from re.sub() calls
2017-04-20 07:29:17 +09:00
shimizukawa 4f620bf955 Update CHANGES refs #3644 2017-04-20 00:16:32 +09:00
Takayuki SHIMIZUKAWA 4b2cacddf9 Merge pull request #3644 from jdemeyer/inspect_isfunction
Use inspect instead of checking types
2017-04-20 00:11:19 +09:00
shimizukawa ac6a74ad89 Update CHANGES refs #3449 2017-04-19 21:27:41 +09:00
Takayuki SHIMIZUKAWA 6cb582fdd3 Merge pull request #3449 from njsmith/getargspec-__wrapped__
On py3, use inspect.signature for more accurate signature calculation
2017-04-19 21:21:19 +09:00
shimizukawa de2cd652ab update CHANGES refs #2961 2017-04-19 16:28:56 +09:00
Takayuki SHIMIZUKAWA 1b6ac8b22d Merge pull request #2961 from rjarry/mock_imports
enhance autodoc_mock_imports
2017-04-19 16:20:22 +09:00
Takayuki SHIMIZUKAWA 2e13e1f0ca Merge pull request #3637 from NickVolynkin/spell-github-the-right-way
spell "GitHub" the right way
2017-04-19 13:35:18 +09:00
shimizukawa 317c86e9b9 Revert "add appveyor for testing on Windows"
This reverts commit b8fe49b0a4.
2017-04-10 10:34:53 +09:00
shimizukawa b8fe49b0a4 add appveyor for testing on Windows 2017-04-10 10:33:53 +09:00
Takayuki SHIMIZUKAWA dbad2bfcda update CHANGES refs #2073, #3443, #3490 2017-03-02 16:52:56 +09:00
Takayuki SHIMIZUKAWA 7fceef480f Merge pull request #3490 from shibukawa/fix/pot_creation_date
fix gettext builder that writes pot files unless the content are same without creation date
2017-03-02 16:49:30 +09:00
shimizukawa cf3fd3a481 remove MANIFEST.in file entries which doesn't exist 2017-01-17 14:13:31 +09:00
shimizukawa 00fcbfb35d remove . 2017-01-15 11:55:32 +09:00
shimizukawa da18a1a951 fixed #3335: gettext does not extract field_name of a field in a field_list 2017-01-15 11:55:17 +09:00
shimizukawa 4d6d8ae369 node.source and node.line attributes are set for figure caption and nodes.title since docutils-0.11. 2017-01-15 11:50:16 +09:00
shimizukawa c41aed5d07 Update special support nodes for gettext processing. 2017-01-15 11:42:18 +09:00
shimizukawa 57a82e44cc fixes #3337: Ugly rendering of definition list term's classifier.
refs #2318: this incorrect rendering was introduced at #2318. In this change, we deprecated 'termsep' and made use of the 'classfire' node generated by docutils. However, at this time, because the HTML tag was outputted according to the node structure of docutils, the display was broken.

refs #2987: This change may affect the #2987 fix. In my environment I could not reproduce the problem.
2017-01-15 11:13:17 +09:00
Takayuki SHIMIZUKAWA 234379be9e Merge pull request #3332 from jerojasro/intl-docfix
corrected output directory for .pot files
2017-01-13 08:35:45 +09:00
shimizukawa e7469eb32c Merge branch 'stable' 2017-01-13 00:31:00 +09:00
shimizukawa a11218151f fix nits 2017-01-13 00:24:10 +09:00
shimizukawa 7d8a37f506 refs #3329: emit warnings if po file is invalid and can't read it. Also writing mo too. 2017-01-13 00:13:34 +09:00
shimizukawa 2254da3782 refs #3329: emit warnings if po file is invalid and can't read it. Also writing mo too. 2017-01-13 00:11:35 +09:00
Takayuki SHIMIZUKAWA 64114ae777 Merge pull request #3309 from sphinx-doc/pytest-optimization
pytest optimization
2017-01-10 00:53:24 +09:00
shimizukawa b5530629a9 pytest: update by reviewing
* remove 'specific_srcdir' feature
* simplify 'shared_result' feature
* rename 'AppWrapper' into 'SphinxTestAppWrapperForSkipBuilding'
2017-01-09 17:41:47 +09:00
shimizukawa 561abdd164 pytest optimizatoin:
- remote using deprecated decorators
- remove gen_with_app
- remove yield testing
- remove pytest warnings
- refactoring
2017-01-08 15:14:38 +09:00
shimizukawa 402a11aeba pytest: remove deprecated test util functions 2017-01-07 02:17:58 +09:00
shimizukawa 4c22cd10ca Merge branch 'stable' 2017-01-07 02:14:29 +09:00
Takayuki SHIMIZUKAWA 620616cdbd Merge pull request #3302 from sphinx-doc/pytest-stable
pytest migration
2017-01-07 00:48:27 +09:00
shimizukawa 89e1df0bba pytest: nits 2017-01-06 23:10:52 +09:00
shimizukawa baaef9146d pytest: remove deprecated with_app decorator functions 2017-01-06 01:14:47 +09:00
shimizukawa b3c207dd49 fix 2017-01-06 00:50:02 +09:00
shimizukawa f962ad67d2 pytest: remove deprecated raises and raises_msg assert functions 2017-01-06 00:46:42 +09:00
shimizukawa f566f003f3 pytest: nits 2017-01-06 00:26:31 +09:00
shimizukawa d0a33dd785 pytest: remove deprecated with_tempdir decorator 2017-01-06 00:26:01 +09:00
shimizukawa 380dd23d9f pytest: remove repr_as testing feature that avoids long annoying log for test generator feature on nose. In contrast, pytest does not produce such output. So repr_as is not needed anymore. refs #1785 2017-01-05 23:43:16 +09:00
shimizukawa ad6d731ecf pytest: remove unused testing feature for a while. 2017-01-05 23:36:36 +09:00
shimizukawa 5b7d237db3 pytest migration 2017-01-04 00:59:30 +09:00
shimizukawa 753ca67d87 Merge branch 'stable' 2016-12-18 10:08:10 +09:00
shimizukawa d876b11805 add devguide.rst as a file instead of symlink. 2016-12-18 10:06:30 +09:00
shimizukawa 9616cdf5f5 remove devguide once. 2016-12-18 10:05:47 +09:00
shimizukawa 403080f255 nits 2016-12-18 10:02:36 +09:00
shimizukawa 5bad64be65 Merge branch 'stable' 2016-12-18 09:52:57 +09:00
shimizukawa 1c6b96c3ea missing include directive 2016-12-18 09:52:09 +09:00
shimizukawa f95b978b58 fix nits for typing 2016-12-18 09:45:39 +09:00
shimizukawa 4ece701093 refs #2336: Add `imported_members option to sphinx-autogen` command to document imported members. 2016-12-18 09:45:24 +09:00
shimizukawa 9c6f2a4969 refs #3222: add PULL_REQUEST_TEMPLATE.md 2016-12-18 01:20:55 +09:00
shimizukawa 3a4175c1cc move badge to top. and add another badge. 2016-12-18 00:22:05 +09:00
shimizukawa 3efd2df99b Reducing README.rst to avoid duplicated information in CONTRIBUTING.rst. 2016-12-18 00:10:40 +09:00
shimizukawa 79fa283687 Fix #3255: In Py3.4 environment, autodoc doesn't support documentation for attributes of Enum class correctly. 2016-12-17 23:18:30 +09:00
shimizukawa 71124bb50c nits 2016-12-17 16:15:57 +09:00
Takayuki SHIMIZUKAWA 7b3327234d Merge pull request #3252 from mgeier/contributing
Add CONTRIBUTING file
2016-12-17 15:45:59 +09:00