Commit Graph
100 Commits
Author SHA1 Message Date
Takeshi KOMIYA dbac9aa8ec Add compile_grammar command to setup.py (ref: #2765) 2016-08-19 20:16:02 +09:00
Takeshi KOMIYA 05caa0f037 Fix #1953: `Sphinx.add_node does not add handlers the translator installed by html_translator_class` 2016-08-19 00:45:45 +09:00
Takeshi KOMIYA 6911611f8d Fix broken test 2016-08-18 12:48:13 +09:00
Takeshi KOMIYA 1cfde018d2 Merge branch 'stable' 2016-08-18 12:12:15 +09:00
Takeshi KOMIYA 1c9524dedd Add testcase for #2846 2016-08-17 13:58:05 +09:00
Takeshi KOMIYA ed2d55431d Fix #2846: `singlehtml` builder does not include figure numbers 2016-08-17 13:29:07 +09:00
Takeshi KOMIYA 6e3bba431f Merge pull request #2860 from alyjak/test_run_argv
Pass command args into nose unit test runner from tests/run.py
2016-08-17 01:42:48 +09:00
Takeshi KOMIYA b03b7e543f Merge pull request #2770 from tk0miya/2765_bundle_grammars
Fix #2765: bundle grammar files
2016-08-15 14:20:48 +09:00
Takeshi KOMIYA 63d2330b8f Merge pull request #2848 from sphinx-doc/use_make-mode_by_default
Use make-mode of ``sphinx-quickstart`` by default
2016-08-13 12:49:16 +09:00
Takeshi KOMIYA 2dd678d40b Use make-mode of `sphinx-quickstart` by default 2016-08-13 12:32:54 +09:00
Takeshi KOMIYA b69d37375e Fix parsing errors for caption of code-blocks are displayed in document (ref: #2845) 2016-08-12 21:14:10 +09:00
Takeshi KOMIYA bfcc2a159b Fix test has broken in py3 2016-08-11 13:58:21 +09:00
Takeshi KOMIYA 82b451df03 Remove debug print 2016-08-11 12:20:52 +09:00
Takeshi KOMIYA d5078a64d7 Fix #2789: sphinx.ext.intersphinx generates wrong hyperlinks if the inventory is given 2016-08-11 11:19:42 +09:00
Takeshi KOMIYA 8a9459b308 Merge branch 'stable' 2016-08-09 23:19:11 +09:00
Takeshi KOMIYA 0db59b677a Merge pull request #2806 from shibukawa/fix/epub3
Fix epub builder
2016-08-09 22:58:39 +09:00
Takeshi KOMIYA 511a0aaef7 Update CHANGES 2016-08-09 12:21:04 +09:00
Takeshi KOMIYA e15216c568 Fix sphinx.ext.autodoc crashes if target code imports * from mock modules by autodoc_mock_imports 2016-08-09 12:20:11 +09:00
Takeshi KOMIYA a9da999d71 Merge branch 'stable' 2016-08-08 00:40:42 +09:00
Takeshi KOMIYA 96b3979d84 Update CHANGES for PR#1911 2016-08-08 00:29:29 +09:00
Takeshi KOMIYA 0964db74d7 Merge pull request #1911 from mulkieran/master-extensions
Make sure extensions specified with -D override extensions in config …
2016-08-08 00:26:06 +09:00
Takeshi KOMIYA 83472acc97 Merge pull request #2833 from joostvanzwieten/fix-instance-annotations
ext.autodoc: fix formatting instance annotations
2016-08-08 00:23:33 +09:00
Takeshi KOMIYA da7e2d9dda Merge pull request #2824 from EricFromCanada/stable
remove extra colons in C++ domain examples
2016-08-04 01:00:55 +09:00
Takeshi KOMIYA 86c9767ced Merge pull request #2749 from tk0miya/jinja2ized_quickstart
Jinja2ized quickstart
2016-07-28 21:24:41 +09:00
Takeshi KOMIYA 696b518ad6 Merge pull request #2791 from shibukawa/feature/epub/disablesourcefilepage
Turn off viewcode extension for epub by default
2016-07-28 17:12:48 +09:00
Takeshi KOMIYA 0a03771791 Add Seaborn project to EXAMPLES (ref: #2814) 2016-07-28 11:54:08 +09:00
Takeshi KOMIYA 84baf05c4f Closes #2799: Sphinx installs roles and directives automatically on importing sphinx module.
Now Sphinx installs them on running application.
2016-07-28 11:23:10 +09:00
Takeshi KOMIYA 54247c96fe Fix #2811: Show warning if requests < 2.4.1 2016-07-27 13:28:07 +09:00
Takeshi KOMIYA 98ae8b62e9 Merge pull request #2809 from nijel/stable
Support gzip encoding in HEAD requests
2016-07-27 11:32:12 +09:00
Takeshi KOMIYA 151478ff96 Jinja2-ize quickstart 2016-07-26 14:45:57 +09:00
Takeshi KOMIYA b208b3e9e0 Skip flake8 for sample python codes for napoleon docs 2016-07-26 14:35:20 +09:00
Takeshi KOMIYA 99c9f60373 Merge branch 'stable' 2016-07-26 14:26:11 +09:00
Takeshi KOMIYA d65ea860aa Update CHANGES 2016-07-26 14:25:20 +09:00
Takeshi KOMIYA ac52486274 travis: Do not run flake8 on py26 (not supported) again 2016-07-26 14:11:05 +09:00
Takeshi KOMIYA bac6fc6d04 travis: Do not run flake8 on py26 (not supported) 2016-07-26 14:00:38 +09:00
Takeshi KOMIYA 8e397d1334 Fix flake8 violation 2016-07-26 13:53:51 +09:00
Takeshi KOMIYA 55de0e1239 Merge pull request #2801 from tk0miya/quickstart_allows_empty_version
`sphinx-quickstart` now allows a project version is empty
2016-07-26 10:42:58 +09:00
Takeshi KOMIYA 15a251ec40 Merge pull request #2794 from shibukawa/fix/epub_dup_toc
Fix duplicated toc in epub3 output
2016-07-22 12:24:18 +09:00
Takeshi KOMIYA 9358b13df6 Merge pull request #2804 from shibukawa/fix/downloadrole
disable download role on epub/qthelp builder
2016-07-22 12:02:55 +09:00
Takeshi KOMIYA 8d1604628a Update CHANGES for PR#2778 2016-07-21 11:14:43 +09:00
Takeshi KOMIYA ed70c71126 Merge pull request #2778 from LeoHuckvale/fix-abstractproperty-part2
fix inspect: return defargs[0] if obj.__dict__ is a property and raises exception
2016-07-21 11:12:34 +09:00
Takeshi KOMIYA 1257c038ef Fix CHANGES to avoid warning from any role 2016-07-21 10:12:48 +09:00
Takeshi KOMIYA d6357a878d sphinx-quickstart now allows a project version is empty 2016-07-21 01:13:39 +09:00
Takeshi KOMIYA d651613583 Merge pull request #2772 from tk0miya/good_default_settings_for_latexpdfja
better default LaTeX settings for Japanese
2016-07-21 01:06:08 +09:00
Takeshi KOMIYA f2a7eeca60 Merge pull request #2774 from tk0miya/latex_engine
Add `latex_engine` to switch the LaTeX engine by conf.py
2016-07-21 01:05:51 +09:00
Takeshi KOMIYA 80bfc55795 Merge branch 'stable' 2016-07-21 00:20:25 +09:00
Takeshi KOMIYA c698fab338 Merge pull request #2786 from shibukawa/fix/epub
Reduce epub checker warnings/errors for epub3 builder.
2016-07-20 23:30:59 +09:00
Takeshi KOMIYA 061a4647c9 Merge pull request #2787 from tk0miya/refactor_css
Refactor css
2016-07-20 23:25:06 +09:00
Takeshi KOMIYA 8d8e35a043 Merge pull request #2797 from shibukawa/fix/sphinxdoc
fix document download roles. download roles works only on html.
2016-07-20 23:24:38 +09:00
Takeshi KOMIYA 0e829c845e sphinx.ext.math: Update the label of permalink 2016-07-19 11:16:57 +09:00
Takeshi KOMIYA ead753eaad Replace iftex by latex_engine 2016-07-19 11:03:38 +09:00
Takeshi KOMIYA 6399f8703b Invoke latex building tests using latex_engine 2016-07-19 11:03:38 +09:00
Takeshi KOMIYA 1a575f4666 Update CHANGES and docs 2016-07-19 11:03:38 +09:00
Takeshi KOMIYA b20b248913 Use platex by default if language is "ja" 2016-07-19 11:03:10 +09:00
Takeshi KOMIYA 0bafd9ee21 Support multiple LaTeX engines through latex_engine 2016-07-19 11:03:10 +09:00
Takeshi KOMIYA bcaeb9bdbe Refactor CSS
Grouping css for field-lists and remove duplicated styles
2016-07-18 12:08:08 +09:00
Takeshi KOMIYA 2c5a9f3975 Use instance variable instead of class' to store of Sphinx.add_latex_package() 2016-07-18 12:07:48 +09:00
Takeshi KOMIYA 861316e9b6 Merge pull request #2784 from glennmatthews/python-exception-typing
Create PyGroupedField and use it for 'exceptions'
2016-07-16 23:42:51 +09:00
Takeshi KOMIYA bd5496aa61 Merge pull request #2737 from tk0miya/2680_todo_emit_warnings
#2680: `sphinx.ext.todo` now emits warnings if `todo_emit_warnings` enabled
2016-07-16 00:59:21 +09:00
Takeshi KOMIYA 253eef9e6a #2680: sphinx.ext.todo now emits warnings if todo_emit_warnings enabled 2016-07-16 00:59:02 +09:00
Takeshi KOMIYA 9916518fee Merge pull request #2782 from shibukawa/fix/make_clean
fix make clean abort when build dir contains files like .DS_Store.
2016-07-16 00:53:21 +09:00
Takeshi KOMIYA 9e9eeaaf84 Remove env from DONT_CHECK (ref: #2760) 2016-07-16 00:47:19 +09:00
Takeshi KOMIYA 2aace8d54b Use jreport to the docclass for Japanese howto documents 2016-07-15 23:34:51 +09:00
Takeshi KOMIYA fc9c9e04ee better default LaTeX settings for Japanese 2016-07-15 22:36:49 +09:00
Takeshi KOMIYA 475be2c31b Fix common template files are not distributed 2016-07-15 22:36:05 +09:00
Takeshi KOMIYA de47f2885c Use latest setuptools for testing 2016-07-15 11:08:41 +09:00
Takeshi KOMIYA 0e9938fa4f Update skiplist of style-checker 2016-07-15 10:52:16 +09:00
Takeshi KOMIYA 947a457444 Merge pull request #2776 from shibukawa/fix/qthelpbuilder
fix #2352 (qthelp builder should have ) and improve qthelp readability
2016-07-15 01:56:39 +09:00
Takeshi KOMIYA a692009808 Merge branch 'stable' 2016-07-15 00:51:29 +09:00
Takeshi KOMIYA 736615c18c Optimized tests: remove markups for warnings 2016-07-15 00:30:44 +09:00
Takeshi KOMIYA 6686ebf158 Optimized tests: Add test-warnings 2016-07-14 23:12:57 +09:00
Takeshi KOMIYA 1dfa1a8d1e nose-timer: show top 25 slower testcases 2016-07-14 21:10:32 +09:00
Takeshi KOMIYA 13c63cb173 Optimize tests: test_get_items_summary 2016-07-14 21:07:33 +09:00
Takeshi KOMIYA 41f77d8152 Use applehelp_disable_external_tools on testing (for non MacOS) 2016-07-14 20:25:10 +09:00
Takeshi KOMIYA 2b6a83599d applehelp: Sphinx crashes if `hiutil or codesign` commands not found 2016-07-14 20:24:00 +09:00
Takeshi KOMIYA 47b33e93e5 Optimize tests: test_applehelp_output 2016-07-14 09:41:46 +09:00
Takeshi KOMIYA b035094067 Optimize tests: test_ifconfig 2016-07-14 09:16:51 +09:00
Takeshi KOMIYA f66208e939 Enable nose-timer on Travis CI (again) 2016-07-14 02:27:28 +09:00
Takeshi KOMIYA d0adc44b90 Enable nose-timer on Travis CI 2016-07-14 02:08:56 +09:00
Takeshi KOMIYA c23a59b70c Optimize tests: test_searchadapters 2016-07-14 02:02:25 +09:00
Takeshi KOMIYA 5492b9ebc7 Optimize tests: Remove test_i18n (duplicated with test_intl) 2016-07-14 01:45:55 +09:00
Takeshi KOMIYA b95f450452 Optimize tests: test_jsmath 2016-07-14 01:43:25 +09:00
Takeshi KOMIYA 3fb439c476 Optimize tests: test_imgmath_png, test_imgmath_svg 2016-07-14 01:36:40 +09:00
Takeshi KOMIYA edacbd56d1 Optimize tests: test_master_doc_not_found 2016-07-14 01:20:55 +09:00
Takeshi KOMIYA 1dd249dd8d Merge branch 'stable' 2016-07-13 21:29:47 +09:00
Takeshi KOMIYA e3fa9b7209 Bump version 2016-07-13 21:26:41 +09:00
Takeshi KOMIYA effc597cb5 Bump to 1.4.5 final 2016-07-13 21:20:14 +09:00
Takeshi KOMIYA 6ad35e53f6 Merge pull request #2773 from shibukawa/update/jquery
Fix #2634 (Update jquery to latest from 1.x)
2016-07-13 15:15:20 +09:00
Takeshi KOMIYA b58b6014c9 Merge pull request #2621 from TimKam/fix-stemming-removes-short-words-from-search-results
Fix: stemming removes short words from search results
2016-07-12 14:05:41 +09:00
Takeshi KOMIYA 1cabc17edb Remove sphinx version from the filename of compiled grammar files
Now sphinx bundles the compiled grammar files.  Then it will be replaced
on upgrading sphinx.  So the sphinx version is not needed on its
filename.
2016-07-12 12:15:46 +09:00
Takeshi KOMIYA 2ccb75c98f Bundle sphinx/pycode/Grammar-*.pickle (ref: #2765)
So far, sphinx generates the grammar files on demand.
It causes uninstallation does not remove whole of files.
With this fix, Sphinx bundles the files in the package.
2016-07-12 12:15:12 +09:00
Takeshi KOMIYA e1e82e43c9 Load some library lazily on sphinx.util to lessen dependency 2016-07-12 12:03:57 +09:00
Takeshi KOMIYA 6e059fe697 Merge pull request #2767 from mixmastamyk/stable
Add default alt attribute for img tags in SVG format.
2016-07-09 11:49:27 +09:00
Takeshi KOMIYA bd715c8155 Remove debug print 2016-07-09 01:05:37 +09:00
Takeshi KOMIYA 4fbcb5bfd6 math: Add hyperlink marker to each equations in HTML output 2016-07-09 00:22:03 +09:00
Takeshi KOMIYA 3807eda6df Merge pull request #2766 from silviot/stable
Make javascript search work in python 3
2016-07-08 23:08:35 +09:00
Takeshi KOMIYA b21ba65873 Merge pull request #2759 from scop/optimize-images
Optimize images
2016-07-08 22:00:19 +09:00
Takeshi KOMIYA 234955a3ff Merge pull request #2746 from tk0miya/check_config_value_as_enum
Add sphinx.config.ENUM to check the config values is in candidates
2016-07-08 21:55:30 +09:00
Takeshi KOMIYA e3a17ce125 Merge pull request #2761 from scop/with
Handle more file closing with "with"
2016-07-08 10:10:30 +09:00
Takeshi KOMIYA d1a427c51e Merge branch 'stable' 2016-07-08 01:09:28 +09:00