Takeshi KOMIYA
a9f370bc12
test: Remove function based directives
2018-02-08 13:50:25 +09:00
Takeshi KOMIYA
afbd27f996
Fix i18n: message catalogs are not compiled when specific build (refs: #4560 )
...
sphinx-build skips message catalog builds if specific filename are given
as arguments.
2018-02-08 12:44:15 +09:00
Takeshi KOMIYA
acbf62fb6d
Merge pull request #4578 from dannguyen/patch-1
...
added "Hitchhiker's Guide to Python" to EXAMPLES
2018-02-08 11:56:08 +09:00
Dan Nguyen
678999fba2
added "Hitchhiker's Guide to Python" to EXAMPLES
2018-02-07 18:24:54 -08:00
Takeshi KOMIYA
c2cd4f6a40
Merge pull request #4566 from tk0miya/add_branch_models_to_contributing
...
docs: mention about branch model (refs: #4398 )
2018-02-07 22:35:18 +09:00
Takeshi KOMIYA
fb257ac449
docs: mention about branch model (refs: #4398 )
2018-02-07 22:14:18 +09:00
Takeshi KOMIYA
64945bc793
Merge pull request #4558 from tk0miya/refactor_application
...
Refactor application
2018-02-07 22:11:32 +09:00
Takeshi KOMIYA
533fa55936
Merge pull request #4561 from stephenfin/cleanup
...
Cleanup
2018-02-07 22:08:41 +09:00
Stephen Finucane
d35cda9943
util: Mark deprecated functions with warning
...
This ensures the functions can actually be removed as expected.
Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-02-07 11:26:59 +00:00
Takeshi KOMIYA
6edf175c91
Merge pull request #4570 from cocoatomo/unify-term
...
Unify expression of terms in the log message
2018-02-07 10:57:34 +09:00
cocoatomo
9b39e5e87f
Unify expression of terms in the log message
2018-02-07 10:52:28 +09:00
Takeshi KOMIYA
7a92e3e409
Call git fetch before checking status
2018-02-07 10:49:46 +09:00
Takeshi KOMIYA
465eb05425
Merge pull request #4569 from cocoatomo/minor-typo
...
Insert a space after the comma in the message
2018-02-07 10:27:52 +09:00
cocoatomo
0be75fd029
Insert a space after the comma in the message
2018-02-07 10:23:43 +09:00
Takeshi KOMIYA
301aee4916
Drop function based directive support
2018-02-07 09:20:47 +09:00
Takeshi KOMIYA
51a0f709b5
Update sphinx.pot
2018-02-07 09:17:15 +09:00
Stephen Finucane
05f851fa19
trivial: Remove 'tests/etree13'
...
This vendored code had no callers in modern Sphinx and has not been
needed since Python 2.5, which included the ElementTree API [1], was
released. It can be removed in its entirety.
[1] https://docs.python.org/2/library/xml.etree.elementtree.html
Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-02-06 20:15:25 +00:00
Takeshi KOMIYA
06a12db39b
Merge pull request #4567 from cocoatomo/translation-friendly-message
...
Make the log message more translation-friendly
2018-02-07 02:27:51 +09:00
cocoatomo
1c61bf6db4
More translation-friendly messages
2018-02-07 02:12:22 +09:00
cocoatomo
8969ae40de
Make the log message more translation-friendly
2018-02-07 01:52:22 +09:00
Takeshi KOMIYA
94eae2c4f9
Add procedures for beta and final releases
2018-02-06 23:19:32 +09:00
Takeshi KOMIYA
9c7c4c2034
Merge pull request #4562 from prakashdanish/patch-1
...
potential typo
2018-02-06 15:01:05 +09:00
Danish Prakash
0fe14c3e3b
potential typo
...
`You can also download PDF/EPUB versions of the Sphinx documentation: a PDF version generated from the LaTeX Sphinx produces, and an EPUB version.`
Either a typo or maybe wrong sentence structure.
2018-02-06 11:09:48 +05:30
Takeshi KOMIYA
7e5974f26c
Merge pull request #4551 from tk0miya/dont_test_graphviz_on_travis
...
Stop testings for graphviz on Travis CI
2018-02-06 01:38:47 +09:00
Takeshi KOMIYA
3e0b5fb09d
Merge pull request #4556 from tk0miya/4543_autodoc_test_fails_with_py353
...
Fix #4543 : test for autodoc fails with python 3.5.3
2018-02-06 01:28:01 +09:00
Takeshi KOMIYA
9d33ec99b4
Deprecate: app.import_object()
2018-02-06 00:36:55 +09:00
Takeshi KOMIYA
3859136342
Refactor app._init_env() not to load env even if dump not found
2018-02-06 00:22:14 +09:00
Takeshi KOMIYA
51dfa73576
Fix #4543 : test for autodoc fails with python 3.5.3
2018-02-05 14:38:35 +09:00
Takeshi KOMIYA
e873129f30
Merge pull request #4552 from thijstriemstra/patch-2
...
enable pip cache in appveyor build
2018-02-05 11:24:13 +09:00
Thijs Triemstra
cf7d97ce62
enable pip cache in appveyor build
2018-02-04 18:21:16 +01:00
Takeshi KOMIYA
1a35640974
Stop testings for graphviz on Travis CI
...
To make our test faster, this stops testings for graphviz on Travis CI.
Instead of that, Circle CI confirms they are passed.
2018-02-05 02:00:56 +09:00
Takeshi KOMIYA
69384902a4
Merge branch 'stable' into 1.7-release
2018-02-05 01:06:56 +09:00
Takeshi KOMIYA
fa6d6ee5cc
Fix version number
2018-02-05 01:06:18 +09:00
Takeshi KOMIYA
0b2b316be3
Bump version
2018-02-05 01:03:50 +09:00
Takeshi KOMIYA
645044d7f0
Bump to 1.6.7 final
2018-02-05 01:00:09 +09:00
Takeshi KOMIYA
5558b63315
Merge branch '1.7-release'
2018-02-04 23:24:38 +09:00
Takeshi KOMIYA
656e3be754
Fix #4539 : autodoc emits warnings for partialmethods
2018-02-04 23:23:43 +09:00
Takeshi KOMIYA
18c0b23797
Merge branch 'stable' into 1.7-release
2018-02-04 23:20:48 +09:00
Takeshi KOMIYA
9745f3816f
Merge pull request #4542 from tk0miya/4503_codecov.io
...
test: pass PYTEST_ADDOPTS to pytest
2018-02-04 23:19:34 +09:00
Takeshi KOMIYA
dbecbcdbf2
Merge pull request #4547 from tk0miya/4538_autodoc_options
...
Fix #4538 : autodoc: ``sphinx.ext.autodoc.Options`` has been moved
2018-02-04 22:49:22 +09:00
Takeshi KOMIYA
3430610a0f
test: pass PYTEST_ADDOPTS to pytest
2018-02-04 22:48:45 +09:00
Takeshi KOMIYA
212baa9740
Fix #4538 : autodoc: `sphinx.ext.autodoc.Options
` has been moved
2018-02-04 19:08:35 +09:00
Takeshi KOMIYA
19c60d2e33
Merge pull request #4544 from tk0miya/update_typehints
...
Update type annotations
2018-02-04 19:03:13 +09:00
Takeshi KOMIYA
3967c49ef6
Merge branch 'master' into update_typehints
2018-02-04 19:03:05 +09:00
Takeshi KOMIYA
5d637ddc6e
Merge pull request #4545 from tk0miya/add_comments
...
Update attribute comments of sphinx.registry
2018-02-04 19:02:37 +09:00
Takeshi KOMIYA
0396a604cd
Merge pull request #4548 from tk0miya/3942_html_table_is_not_aligned
...
Fix #3942 : html: table is not aligned to center even if ``:align: center``
2018-02-04 18:53:29 +09:00
Takeshi KOMIYA
af19e21ffc
Fix #3942 : html: table is not aligned to center even if `:align: center
`
2018-02-04 15:21:41 +09:00
Takeshi KOMIYA
dc2b153835
Update type annotations
2018-02-04 15:14:51 +09:00
Takeshi KOMIYA
0f3e5921c2
Update attribute comments of sphinx.registry
2018-02-04 11:27:56 +09:00
Rob Ruana
eb39f5714a
Merge pull request #4047 from AWhetter/fix_2979_2
...
Properties can have types documented with :type:
2018-02-03 17:42:49 -05:00