Commit Graph
6909 Commits
Author SHA1 Message Date
Jakob Lykke Andersen 86f3e5aabb Merge branch 'master' into cpp-attributes 2016-08-05 08:11:47 +02:00
Rob Ruana a8375dd5b4 Merge pull request #2825 from AWhetter/link_container_types
Looks great, thanks again for the work!

(BTW, I just noticed "Squash and Merge" is enabled for this repo. Sorry to make you do the extra work, I really do appreciate it)
2016-08-03 13:11:25 -04:00
Ashley Whetter cfd4e51802 Python domain can now link container types automatically
Google types now greedily match the closing parenthesis.

Also removed name from returns section in Google docstrings.
Instead, everything before the colon is treated as the type.
2016-08-03 17:09:40 +01: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
Yoshiki Shibukawa 6076b5588b fix document warning 2016-07-28 15:38:38 +09:00
Yoshiki Shibukawa d842a4cbc8 Turn off viewcode extension by default 2016-07-28 15:38:38 +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 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
Yoshiki Shibukawa d935fd82fc disable download role on epub/qthelp builder 2016-07-22 08:22:41 +09:00
Yoshiki Shibukawa 6e40e33780 Fix duplicated toc in epub3 output 2016-07-22 05:05:33 +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
Yoshiki Shibukawa b7b1ac1c4d add preferred instruction to download role description 2016-07-19 23:35:49 +09:00
Yoshiki Shibukawa 702004acfc fix document download roles. download roles works only on html. 2016-07-19 23:15:35 +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
Yoshiki Shibukawa 62ed395f5c suppress search feature on epub result 2016-07-18 22:59:17 +09:00
Leo Huckvale 4ad9d8b7cd Simplify try-except 2016-07-18 12:26:16 +01: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
Yoshiki Shibukawa 06a861703d Reduce epub checker warnings/errors for epub3 builder.
Fix DOCTYPE to html5 and change extension from .html to .xhtml.

Sphinx's documents result:

  before: 95 warnings& 1238 errors
  after: 623 errors
2016-07-17 09:53:04 +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
Glenn Matthews 8c1a8153ca Create PyGroupedField and use it for 'exceptions' 2016-07-15 22:01:06 -04: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