Takeshi KOMIYA
78c7aaca8d
Merge pull request #4391 from jdufresne/readthedoc
...
Prefer https & readthedocs.io instead of readthedocs.org for links
2018-01-08 14:23:46 +09:00
Takeshi KOMIYA
06ebc3f864
Merge pull request #4395 from tk0miya/4081_change_color_of_warnings
...
Fix #4081 : Warnings and errors colored the same when building
2018-01-08 14:08:22 +09:00
Takeshi KOMIYA
273f834157
Fix #4081 : Warnings and errors colored the same when building
2018-01-08 12:29:06 +09:00
shimizukawa
b5edde474d
update CHANGES for #4198
2018-01-08 11:18:36 +09:00
Joel Nothman
db415ba05c
Avoid duplicate calls to autodoc-process-docstring ( #4198 )
2018-01-08 11:09:29 +09:00
Takeshi KOMIYA
e015ce2a0f
Update CHANGES for PR #4389
2018-01-08 09:36:35 +09:00
Takeshi KOMIYA
5e3b158649
Merge pull request #4389 from jbking/fix_4093
...
Fix creating build directory for unknown build target
2018-01-08 09:31:02 +09:00
Jon Dufresne
cc3abba171
Prefer https & readthedocs.io instead of readthedocs.org for links
...
Read the Docs moved hosting to readthedocs.io instead of
readthedocs.org. Fix all links in the project.
For additional details, see:
https://blog.readthedocs.com/securing-subdomains/
> Starting today, Read the Docs will start hosting projects from subdomains on
> the domain readthedocs.io, instead of on readthedocs.org. This change
> addresses some security concerns around site cookies while hosting user
> generated data on the same domain as our dashboard.
2018-01-07 09:10:27 -08:00
Takeshi KOMIYA
79b4e84d9c
Merge pull request #4347 from tk0miya/diet_tests_on_appveyor
...
Diet tests on appveyor
2018-01-07 20:36:13 +09:00
Takeshi KOMIYA
9584b19768
Merge pull request #4384 from timhoffm/doc-sidebar-formatting
...
Cleanup formatting of some sidebar items
2018-01-07 20:12:43 +09:00
MURAOKA Yusuke
2484819e96
Fix creating build directory for unknown build target
2018-01-07 20:11:01 +09:00
Takeshi KOMIYA
34586cf9e0
Merge pull request #4383 from tk0miya/master
...
Merge stable to master (partially)
2018-01-07 12:21:39 +09:00
Takeshi KOMIYA
2ae7f26fe5
test: Adjust testcase for #3962
2018-01-07 12:09:41 +09:00
Tim Hoffmann
bbfcb2443d
cleanup formatting of some sidebar items
2018-01-06 17:49:27 +01:00
Takeshi KOMIYA
e18c49ec59
Merge commit '4277eb13315d5649401190df86874b3832ddfa3e'
2018-01-07 01:13:32 +09:00
Takeshi KOMIYA
65cd9429c0
Merge pull request #4381 from tk0miya/reduce_DeprecationWarning_on_testing
...
test: Reduce DeprecationWarning on testing (from docutils)
2018-01-06 16:28:18 +09:00
Takeshi KOMIYA
3736768a59
test: Reduce DeprecationWarning on testing (from docutils)
2018-01-06 15:56:37 +09:00
Takeshi KOMIYA
cc5d8a222f
Merge pull request #4380 from tk0miya/4378_usedevelop
...
Fix #4378 : tox: use usedevelop option instead skipsdist
2018-01-05 23:13:13 +09:00
Takeshi KOMIYA
e3efe5884b
Fix #4378 : tox: use usedevelop option instead skipsdist
2018-01-05 22:26:07 +09:00
Takeshi KOMIYA
4277eb1331
Merge pull request #4373 from tk0miya/4369_show_traceback_on_exception_from_conf.py
...
Show traceback if conf.py raises an exception (refs: #4369 )
2018-01-05 14:18:43 +09:00
Takeshi KOMIYA
ff61fb80c5
Merge pull request #4377 from timhoffm/searchbar-style
...
Improved sidebar search field style
2018-01-05 14:12:07 +09:00
Tim Hoffmann
b04151bca8
improved sidebar search field style
2018-01-05 02:02:40 +01:00
Takeshi KOMIYA
6fa344c951
Show traceback if conf.py raises an exception (refs: #4369 )
2018-01-03 20:15:45 +09:00
jfbu
c892fe98f7
Fix space gobbling issue from PR #4370
...
This is subtle LaTeX thing. Prior to merge of #4370 there was a
`\texttt` which was hiding the potential problem. The fix is to leave a
brace pair in place.
2018-01-03 10:50:18 +01:00
Jean-François B
5d31fada70
Merge pull request #4370 from jfbu/easier_sphinxcode
...
Easy-up user customization of ``\sphinxcode`` LaTeX macro
2018-01-03 09:32:50 +01:00
jfbu
680d6766bb
Make LaTeX macro definitions more readable
...
This make clearer to average LaTeX user the format which is expected for
these macros, in case of redefinitions.
2018-01-03 08:46:33 +01:00
jfbu
309f38a91f
Split out fancy LaTeX macros from `\sphinxcode
into
\sphinxupquote
`
...
Since #2627 (1.4.4), `\code`, and then again at #3116 (1.5)
`\sphinxcode` which is the new name has become more complicated than the
original `\texttt{#1}`. This was to obtain straight quotes in PDF output,
and to allow long inline literals to break across lines.
This means though that users who want to customize `\sphinxcode`, for
example to not only do `\texttt` but to use some colour, have to copy
about 10 lines of complicated LaTeX macros which should be not modified
in any way. This commit moves all the code out of `\sphinxcode` into a
separate macro `\sphinxupquote`.
The LaTeX writer will output `\sphinxcode{\sphinxupquote{foo}}` in place
of former `\sphinxcode{foo}`. Moving the `\texttt` from innermost to
outermost level is with no consequence.
2018-01-03 08:46:19 +01:00
Takeshi KOMIYA
369d66e41e
Merge pull request #4368 from tk0miya/4091_private_members_isnt_documented
...
Fix #4091 : Private members not documented without :undoc-members:
2018-01-03 09:43:29 +09:00
Takeshi KOMIYA
cb860f0d30
Fix #4091 : Private members not documented without :undoc-members:
2018-01-02 01:57:41 +09:00
Takeshi KOMIYA
4bc4b35352
Merge pull request #4367 from tk0miya/3769_regulate_optionref
...
3769 regulate optionref
2018-01-02 01:29:46 +09:00
Takeshi KOMIYA
850e9a9c5c
Fix links to external option docs with intersphinx (refs: #3769 )
2018-01-02 01:01:29 +09:00
Takeshi KOMIYA
f21fe6f24f
Revert "tox: Enable 'skipsdist'"
...
This reverts commit 69f39e44d9
.
2018-01-01 23:03:15 +09:00
Stephen Finucane
69f39e44d9
tox: Enable 'skipsdist'
...
Given that we install Sphinx as part of the dependencies, there's no
reason to do it twice. Skip that step.
Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-01-01 18:47:12 +09:00
Takeshi KOMIYA
023dad6c66
Merge pull request #4335 from zufallsgenerator/fix-4334-apidoc-toc-inconsistencies
...
Closes #4334 : sphinx-apidoc: References to non-existing files in TOC
2018-01-01 12:03:32 +09:00
Takeshi KOMIYA
d4728d0cb8
Merge pull request #4365 from tk0miya/happy_new_year2
...
A happy new year! (master)
2018-01-01 10:40:47 +09:00
Takeshi KOMIYA
0b247ff1f7
Merge pull request #4364 from tk0miya/happy_new_year
...
A happy new year! (stable)
2018-01-01 10:40:03 +09:00
Takeshi KOMIYA
5562e76585
A happy new year!
2018-01-01 01:10:10 +09:00
Takeshi KOMIYA
f1f6ca8cc9
Merge branch 'happy_new_year' into master
2018-01-01 01:09:17 +09:00
Takeshi KOMIYA
2426cedb8b
A happy new year!
2018-01-01 01:06:58 +09:00
Takeshi KOMIYA
e8402bf0ee
Merge branch 'stable'
2017-12-31 21:13:34 +09:00
Takeshi KOMIYA
fce7f38b71
Merge pull request #4217 from Smattr/4a164170-33e9-4df3-aad2-a13af37b6b43
...
Fix #4214 : Two todolist directives break sphinx-1.6.5
2017-12-31 21:05:38 +09:00
Takeshi KOMIYA
1cae50f748
Merge branch 'stable' into 4a164170-33e9-4df3-aad2-a13af37b6b43
2017-12-31 20:43:16 +09:00
jfbu
0059c05a85
Rename smartquotable to notsmartquotable for intelligibility
2017-12-30 11:03:43 +01:00
Takeshi KOMIYA
40186077d7
Merge pull request #4358 from tk0miya/ensure_parallelism
...
Ensure parallelism
2017-12-30 10:04:22 +09:00
Takeshi KOMIYA
d7aa98aed7
Fix flake8 violations
2017-12-30 01:21:22 +09:00
Takeshi KOMIYA
a260a9ea15
Merge pull request #4338 from stephenfin/test-cleanup
...
Test cleanup
2017-12-30 01:20:05 +09:00
Takeshi KOMIYA
1d3362425b
Add app.is_parallel_allowed()
2017-12-30 00:54:55 +09:00
Takeshi KOMIYA
54699dd263
Fix parallel_write_safe check was wrong
2017-12-30 00:38:17 +09:00
Takeshi KOMIYA
9ddb51ea2f
Merge pull request #4352 from jakobandersen/io_parallel
...
Fix missing metainfo for sphinx.io
2017-12-30 00:34:55 +09:00
Stephen Finucane
60e25090a3
tox: Enable 'skipsdist'
...
Given that we install Sphinx as part of the dependencies, there's no
reason to do it twice. Skip that step.
Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-12-29 13:02:33 +00:00