cocoatomo
6a6fcb5d86
Fix module name
2018-03-15 07:59:43 +09:00
Takeshi KOMIYA
613657981b
Merge pull request #4718 from tk0miya/4716_make_not_found
...
Fix #4716 : Generation PDF file with TexLive on Windows, file not found error
2018-03-15 01:29:09 +09:00
Takeshi KOMIYA
24054d1862
Merge branch '1.7' into 4716_make_not_found
2018-03-14 23:36:29 +09:00
Takeshi KOMIYA
7bc2d82da7
Merge pull request #4730 from guoci/regex_no_warning
...
prevent raising of FutureWarning in regex
2018-03-14 01:54:20 +09:00
Takeshi KOMIYA
fd18695689
Merge pull request #4735 from tk0miya/revert_TYPE_CHECKING
...
#4725 : Sphinx does not work with python 3.5.0 and 3.5.1
2018-03-14 01:42:02 +09:00
Takeshi KOMIYA
40446f5949
Fix mypy violations
2018-03-14 01:03:02 +09:00
Takeshi KOMIYA
6694981dd6
Merge pull request #4732 from jdufresne/pyreq
...
Pass python_requires argument to setuptools
2018-03-14 01:00:44 +09:00
guoci
786c3e0c20
prevent raising of FutureWarning in regex.
2018-03-13 11:56:35 -04:00
Jon Dufresne
78c1fde692
Pass python_requires argument to setuptools
...
Helps pip decide what version of the library to install.
https://packaging.python.org/tutorials/distributing-packages/#python-requires
> If your project only runs on certain Python versions, setting the
> python_requires argument to the appropriate PEP 440 version specifier
> string will prevent pip from installing the project on other Python
> versions.
https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords
> python_requires
>
> A string corresponding to a version specifier (as defined in PEP 440)
> for the Python version, used to specify the Requires-Python defined in
> PEP 345.
2018-03-13 08:44:22 -07:00
Takeshi KOMIYA
b9d6e0a211
Update CHANGES
2018-03-13 23:23:33 +09:00
Takeshi KOMIYA
f2a23b761e
Fix #4543 : test for autodoc fails with python 3.5.3
2018-03-13 23:23:15 +09:00
Takeshi KOMIYA
70a622b86c
Revert "Use typing.TYPE_CHECKING for typehints"
...
This reverts commit a073e17537
.
2018-03-13 23:23:15 +09:00
Takeshi KOMIYA
2fd24f9129
Revert "Use typing.TYPE_CHECKING"
...
This reverts commit f51b644f39
.
2018-03-13 23:23:14 +09:00
jfbu
c4e12ff012
Add TODO notes
...
modified: sphinx/ext/mathbase.py
modified: sphinx/writers/latex.py
2018-03-12 17:00:01 +01:00
jfbu
711b8ecf70
Fix vertical space before equation in latex ( closes : #4574 )
2018-03-11 11:36:16 +01:00
Jean-François B
87e8dd16b2
Merge pull request #4728 from jfbu/textcomp_warn
...
Fix #4727 : Option clash for package textcomp
2018-03-11 10:33:43 +01:00
jfbu
90dfce5367
Fix #4727 : Option clash for package textcomp
...
Some packages loaded from user customized 'fontpkg' key may load
textcomp with no option, clashing with sphinx.sty which comes later
and wants it with "warn" option. This makes sure textcomp receives
always "warn" option, even if loaded prior to sphinx.
modified: CHANGES
modified: sphinx/templates/latex/latex.tex_t
modified: sphinx/texinputs/sphinx.sty
2018-03-11 09:08:21 +01:00
Takeshi KOMIYA
9fffb1e4ab
Merge branch '1.7' into 4716_make_not_found
2018-03-08 20:40:34 +09:00
Takeshi KOMIYA
e4fd16af9f
Merge pull request #4719 from tk0miya/relax-numref-on-sections
...
Relax numref on sections
2018-03-08 20:39:08 +09:00
Takeshi KOMIYA
f84917b8b1
Fix #4716 : Generation PDF file with TexLive on Windows, file not found error
2018-03-08 16:28:49 +09:00
Takeshi KOMIYA
8b0812edc2
Update CHANGES for PR #4444
2018-03-08 01:12:10 +09:00
Takeshi KOMIYA
88abc67bf8
Merge branch '1.7' into relax-numref-on-sections
2018-03-08 01:11:12 +09:00
Takeshi KOMIYA
31db987d68
Update testcases
2018-03-08 01:11:07 +09:00
Takeshi KOMIYA
5c07c053e4
Merge pull request #4715 from tk0miya/4611_fix_epubfilename
...
Fix filename of epub (refs: #4611 )
2018-03-08 00:59:58 +09:00
Takeshi KOMIYA
3140deb690
Merge pull request #4709 from tk0miya/4701_viewcode
...
Fix #4701 : viewcode: Misplaced ``<div>`` in viewcode html output
2018-03-07 23:26:39 +09:00
Takeshi KOMIYA
11fa47769b
Fix filename of epub (refs: #4611 )
2018-03-07 10:53:01 +09:00
Takeshi KOMIYA
9bd3aaf3dc
Merge branch '1.7' into 4701_viewcode
2018-03-07 10:34:46 +09:00
Takeshi KOMIYA
1f71cb3944
Merge pull request #4694 from tk0miya/4689_fix_autosummary_extract_summary
...
Fix #4689 : autosummary: unexpectedly strips docstrings containing "i.e."
2018-03-07 00:50:09 +09:00
jfbu
60c62df009
Add German translation of "continues on next page" and compile catalogs
...
modified: sphinx/locale/de/LC_MESSAGES/sphinx.mo
modified: sphinx/locale/de/LC_MESSAGES/sphinx.po
modified: sphinx/locale/pl/LC_MESSAGES/sphinx.mo
2018-03-05 19:08:51 +01:00
Takeshi KOMIYA
f1c6c22e84
Fix #4701 : viewcode: Misplaced `<div>
` in viewcode html output
2018-03-05 23:46:34 +09:00
Takeshi KOMIYA
fdefe987d5
Fix #4689 : autosummary: unexpectedly strips docstrings containing "i.e."
2018-03-04 02:12:13 +09:00
Takeshi KOMIYA
8e0cca01e5
Merge pull request #4687 from tk0miya/1042_strip_parens
...
Fix pydomain: always strip parenthesis if empty (refs: #1042 )
2018-03-04 02:10:44 +09:00
Takeshi KOMIYA
b707ab35e5
Merge branch '1.7' into 1042_strip_parens
2018-03-04 02:10:31 +09:00
Takeshi KOMIYA
0e2ef9cada
Merge pull request #4703 from tk0miya/fix_autodoc_logging
...
Fix autodoc: crashed when invalid options given
2018-03-03 20:20:52 +09:00
Takeshi KOMIYA
52f212c115
Merge pull request #4707 from tk0miya/mypy
...
Fix mypy violations
2018-03-03 20:01:38 +09:00
Takeshi KOMIYA
fd89be7f0f
Fix mypy violations
2018-03-03 14:56:46 +09:00
Takeshi KOMIYA
adc8c80190
Fix autodoc: crashed when invalid options given
2018-03-03 02:35:28 +09:00
Takeshi KOMIYA
6872d5b337
Fix pydomain: always strip parenthesis if empty (refs: #1042 )
2018-03-03 01:41:49 +09:00
Takeshi KOMIYA
3efadc63cc
Merge pull request #4696 from tk0miya/4685_autosummary_warning
...
Fix #4685 : autosummary emits meaningless warnings
2018-03-03 01:34:30 +09:00
Takeshi KOMIYA
608695e851
Merge pull request #4695 from mitya57/pgen2
...
Remove the remaining traces of sphinx.pycode.pgen2 module
2018-03-02 01:21:58 +09:00
Takeshi KOMIYA
9ca956dda7
Merge pull request #4675 from tk0miya/deprecation_list
...
doc: Add deprecation list
2018-03-02 01:11:33 +09:00
Dmitry Shachnev
16d4e00043
Remove sphinx.pycode.pgen2 from flake8 exclude
2018-03-01 18:33:42 +03:00
Dmitry Shachnev
c5f243ef11
Remove LICENSE section for sphinx.pycode.pgen2 module
2018-03-01 18:33:42 +03:00
Dmitry Shachnev
28ad1c5847
Remove CompileGrammarCommand, it uses removed sphinx.pycode.pgen2 module
2018-03-01 18:33:42 +03:00
Takeshi KOMIYA
bd898be3fc
doc: Add deprecation list
...
So far, deprecated APIs are only listed as CHANGES entry. But
they are not listed in one place. In this change, I gathered them
to docs as a list.
As a side effect, it makes CHANGES entry simple.
2018-03-02 00:01:49 +09:00
Takeshi KOMIYA
c435bcf8dc
Fix #4685 : autosummary emits meaningless warnings
2018-03-01 22:29:50 +09:00
Takeshi KOMIYA
6bce06757f
Fix #4669 : sphinx.build_main and sphinx.make_main throw NameError
2018-02-28 23:03:21 +09:00
Takeshi KOMIYA
a37f253a6b
Bump version
2018-02-23 23:42:01 +09:00
Takeshi KOMIYA
d4b6839295
Bump to 1.7.1 final
2018-02-23 23:39:34 +09:00
Takeshi KOMIYA
e9520fe7c3
Merge pull request #4666 from tk0miya/4662_any_resolver_crashed
...
Fix #4662 : any refs with term targets crash when an ambiguity is encountered
2018-02-23 23:28:05 +09:00