Georg Brandl
3398194135
builders/linkcheck: include "experimental" HTTP 308 as "permanently"
...
Also remove redundant "default" case.
2019-11-30 17:07:25 +01:00
Takeshi KOMIYA
0d80cff43c
Merge pull request #6869 from tk0miya/6867_extra_spaces_on_folding
...
Fix #6867 : text: extra spaces are inserted to hyphenated words on folding lines
2019-11-30 22:59:18 +09:00
Takeshi KOMIYA
5a05cabd6a
Fix #6867 : text: extra spaces are inserted to hyphenated words on folding lines
2019-11-30 22:44:13 +09:00
Takeshi KOMIYA
cf37af27cf
Merge pull request #6874 from tk0miya/mypy-0.750
...
Fix mypy violations (for mypy-0.750)
2019-11-30 22:43:53 +09:00
Takeshi KOMIYA
c30d7b2ddd
Fix mypy violations (for mypy-0.750)
2019-11-30 22:07:53 +09:00
Takeshi KOMIYA
82a6048f12
Fix typo
2019-11-28 23:31:08 +09:00
Takeshi KOMIYA
afca037aa4
Update CHANGES for PR #6548
2019-11-28 22:29:56 +09:00
Aaron Carlisle
c6d9924735
Opensearch: Use favicon if available
2019-11-28 22:27:09 +09:00
Takeshi KOMIYA
1cc1481771
Merge pull request #6866 from tk0miya/napoleon_doc_fix
...
doc: URL of numpydoc has changed
2019-11-27 01:25:33 +09:00
Takeshi KOMIYA
b6f205e975
Merge pull request #6852 from tk0miya/6848_config_overrides
...
Fix #6848 : config.py shouldn't pop extensions from overrides
2019-11-27 01:24:49 +09:00
Takeshi KOMIYA
82b2b1752a
doc: URL of numpydoc has changed
2019-11-27 00:12:32 +09:00
Takeshi KOMIYA
2f0e70e617
Merge branch '2.0' into 6848_config_overrides
2019-11-27 00:07:00 +09:00
Takeshi KOMIYA
9bd64e4e2a
Merge pull request #6862 from tk0miya/6854_update_supported_languages_list
...
Update supported languages (refs: #6854 )
2019-11-27 00:04:22 +09:00
jfbu
dc53404d48
Fix markup issue in our docs
2019-11-26 14:22:17 +01:00
jfbu
d398959230
Fix typo in docs
2019-11-26 14:11:40 +01:00
Takeshi KOMIYA
7deca6f787
Merge pull request #6735 from tk0miya/refactor_type_annotation_writers
...
Migrate to py3 style type annotation: sphinx.writers
2019-11-26 01:50:18 +09:00
Takeshi KOMIYA
f7425c9c3e
Migrate to py3 style type annotation: sphinx.writers.latex
2019-11-26 01:36:00 +09:00
Takeshi KOMIYA
67c133aa77
Migrate to py3 style type annotation: sphinx.writers.text
2019-11-26 01:36:00 +09:00
Takeshi KOMIYA
a7f86954a8
Migrate to py3 style type annotation: sphinx.writers.xml
2019-11-26 01:36:00 +09:00
Takeshi KOMIYA
ab1369a837
Migrate to py3 style type annotation: sphinx.writers.html
2019-11-26 01:36:00 +09:00
Takeshi KOMIYA
5466906c7b
Migrate to py3 style type annotation: sphinx.writers.html5
2019-11-26 01:36:00 +09:00
Takeshi KOMIYA
d9def51872
Migrate to py3 style type annotation: sphinx.writers.manpage
2019-11-26 01:34:03 +09:00
Takeshi KOMIYA
ede4182c52
Migrate to py3 style type annotation: sphinx.writers.texinfo
2019-11-26 01:34:03 +09:00
Takeshi KOMIYA
995dfa4e73
Merge pull request #6816 from jonashaag/linkcheck-auth
...
Add linkcheck_auth option
2019-11-26 01:29:30 +09:00
Takeshi KOMIYA
1faf14d411
Update supported languages (refs: #6854 )
2019-11-26 01:22:14 +09:00
Takeshi KOMIYA
6de29cdb84
Merge pull request #6854 from jfbu/doc_mention_Greek_as_supported_language
...
DOC: add Greek to list of supported languages
2019-11-26 00:56:34 +09:00
Jonas Haag
df2f80c755
Add linkcheck_auth option
2019-11-25 09:53:45 +01:00
jfbu
d9bd9c4098
Fix typo in LaTeX code comment
...
modified: sphinx/texinputs/sphinxmulticell.sty
2019-11-22 21:23:07 +01:00
jfbu
70f087990b
DOC: add Greek to list of supported languages
2019-11-22 19:15:59 +01:00
Takeshi KOMIYA
125179e76e
Merge pull request #6817 from tk0miya/6798_autosummary_emits_skip_member_event
...
Close #6798 : autosummary: emit ``autodoc-skip-member`` event on generating stub file
2019-11-21 08:52:05 +09:00
Timotheus Kampik
a0b0542218
6824 fix search js bug ( #6844 )
...
* #6824 : Fix search logic (front end)
Prevent duplicate additions of terms to a file in ``fileMap``, document search fix in change log
2019-11-20 21:13:54 +01:00
Takeshi KOMIYA
c65243325c
Merge branch '2.0' into 6798_autosummary_emits_skip_member_event
2019-11-21 00:45:57 +09:00
Takeshi KOMIYA
4635727037
Merge pull request #6839 from tk0miya/6806_linkcheck_concatenate_error
...
Fix #6806 : linkcheck: Failure on parsing content
2019-11-21 00:44:03 +09:00
Takeshi KOMIYA
cba9ff9ce2
Merge pull request #6841 from tk0miya/4186_uplatex
...
Fix #4186 : LaTeX: Support upLaTeX as a new latex_engine (experimental)
2019-11-21 00:42:21 +09:00
Takeshi KOMIYA
c9236df8f1
Update CHANGES for PR #6850
2019-11-21 00:39:34 +09:00
Takeshi KOMIYA
afd81aaf57
Merge pull request #6850 from jwilk-forks/re.sub
...
Fix misplaced flags in re.sub() call
2019-11-21 00:35:42 +09:00
Jakub Wilk
68729fb975
Fix misplaced flags in re.sub() call
...
The 4th argument of re.sub() is maximum number of substitutions,
not flags.
2019-11-20 16:03:36 +01:00
Takeshi KOMIYA
182b11e68d
Fix #6848 : config.py shouldn't pop extensions from overrides
2019-11-20 23:52:19 +09:00
Jean-François B
9f7c7a34db
Merge pull request #6845 from jfbu/latex_do_not_escape_verticalbarchar
...
LaTeX: stop escaping | to LaTeX macro, except if in an index entry
2019-11-18 21:39:43 +01:00
jfbu
30c7af788c
LaTeX: revert in index entries to \textbar{} not \sphinxtextbar{}
...
This is because of case of an index directive or role in a table cell.
For the same reason tabulary is not compatible with code-cells,
it affects index entries. The escaping of | char by a LaTeX macro
needed to be by a "robus" or "protected" one, or by string like {"|}.
This was not the choice of previous commit, by oversight.
By reverting to \textbar{} (which is a "robust" command) we also
maintain maximal backwards compatibility for the sorting in the
index done by the makeindex program.
2019-11-18 21:23:06 +01:00
Jean-François B
2b285a2911
Merge pull request #6846 from jfbu/latex_texteuro
...
LaTeX: Do not escape € wrongly (refs: 0103ff2a2b
, #6835 )
2019-11-18 19:56:15 +01:00
Takeshi KOMIYA
aa882e947c
Merge pull request #6834 from tk0miya/6738_deprecated_tex_escape_map
...
Reconsider public APIs of sphinx.util.texescape
2019-11-19 02:02:37 +09:00
jfbu
cf376bb455
LaTeX: Do not escape € wrongly (refs: 0103ff2a2b
, #6835 )
2019-11-18 14:48:18 +01:00
jfbu
e720f0a1a2
LaTeX: stop escaping | to LaTeX macro, except if in an index entry
2019-11-18 01:57:07 +01:00
Takeshi KOMIYA
c6f0eb215a
Fix #4186 : LaTeX: Support upLaTeX as a new latex_engine (experimental)
2019-11-17 17:37:48 +09:00
Takeshi KOMIYA
948ac3a1f0
Merge pull request #6836 from tk0miya/6813_orphan_warning_for_included_document
...
Fix #6813 : An orphan warning is emitted for included document on Windows
2019-11-17 15:05:35 +09:00
Takeshi KOMIYA
955c88b189
Merge branch '2.0' into 6813_orphan_warning_for_included_document
2019-11-17 14:31:14 +09:00
Takeshi KOMIYA
d0fa844f91
Fix #6806 : linkcheck: Failure on parsing content
2019-11-17 11:12:33 +09:00
Takeshi KOMIYA
fcdeafd56e
Merge pull request #6784 from tk0miya/4683_more_translatable_toctree
...
Close #4683 : i18n: make explicit titles in toctree translatable
2019-11-17 02:33:32 +09:00
Takeshi KOMIYA
76c7e07e8d
Merge branch '2.0' into 4683_more_translatable_toctree
2019-11-17 01:32:25 +09:00