Commit Graph

13517 Commits

Author SHA1 Message Date
Nate Damon
1d055900ae Newline for changes file 2019-10-26 16:56:41 +09:00
Nate Damon
0cfc00123b Reimplemented fix to not rely on error strings' 2019-10-26 16:56:41 +09:00
Nate Damon
b813875b64 specified the specific error message to except, so other value errors are still raised 2019-10-26 16:56:41 +09:00
Nate Damon
b4eba53b5b Fixed 4 flake8 violations due to stinky IDE I was using 2019-10-26 16:56:41 +09:00
Nate Damon
c6bd00dbb9 Fixes #6759: validation of html static paths and extra paths no longer throws an error if the paths are in different directories 2019-10-26 16:56:41 +09:00
Takeshi KOMIYA
f30e2af762 Merge pull request #6747 from tk0miya/mypy-0.740
Fix mypy violations (for mypy-0.740)
2019-10-20 13:41:49 +09:00
Takeshi KOMIYA
0b719faabb Fix mypy violations (for mypy-0.740) 2019-10-20 13:33:44 +09:00
Jean-François B
d000de6e99 Merge pull request #6711 from jfbu/latex_greekfix
Add latexpdf support for Greek as main language (via xelatex use)
2019-10-08 14:20:01 +02:00
jfbu
6a1ea849c2 Remove superfluous `or ''` from a conditional 2019-10-06 21:18:38 +02:00
jfbu
7a7cb6d418 Merge branch '2.2.1' into latex_greekfix 2019-10-06 21:15:50 +02:00
Takeshi KOMIYA
94a097999c Merge pull request #6716 from sphinx-doc/mypy-0.730
Fix mypy violations (for mypy-0.730)
2019-10-06 18:39:35 +09:00
Takeshi KOMIYA
af09cd0e35 Fix mypy violations (for mypy-0.730) 2019-10-06 18:21:27 +09:00
jfbu
7be68b7c4b Add latexpdf support for Greek as main language (via xelatex use)
Closes: #6710
2019-10-01 10:27:43 +02:00
Jean-François B
59890a3b6d Merge pull request #6683 from jfbu/latex_6641
Fix #6641: Undefined control sequence \sphinxmaketitle
2019-09-14 15:17:10 +02:00
jfbu
d95f6d103c Fix mark-up in CHANGES 2019-09-03 17:04:18 +02:00
jfbu
37cb8ba147 Fix #6641: Undefined control sequence \sphinxmaketitle 2019-09-02 21:53:47 +02:00
Takeshi KOMIYA
8912ee0af0 Bump version 2019-08-19 00:44:17 +09:00
Takeshi KOMIYA
bea7b5d477 Bump to 2.2.0 final v2.2.0 2019-08-19 00:33:00 +09:00
Takeshi KOMIYA
2e9f66b22f Update CHANGES for PR #6625 2019-08-19 00:22:52 +09:00
Takeshi KOMIYA
0df7ab0d22 Merge pull request #6625 from jakobandersen/6604_field_list_rendering
Fix field lists after switch to HTML5 writer
2019-08-19 00:18:04 +09:00
Takeshi KOMIYA
4ab751c807 Merge pull request #6657 from tk0miya/6605_crash_with_methodlikeobj
Fix #6605: autodoc: crashed when target code contains custom method-like objects
2019-08-19 00:10:12 +09:00
Jakob Lykke Andersen
9dd768863c Fix field lists after switch to HTML5 writer
- classic: Put the pink'ish colour back on the field type part (dt).
- basic: remove top margin on the field data to align with the type.
- basic: use grid display instead of flexbox to avoid fixed width on
  the field type part.

Other themes affected/fixed due to changes in basic:
- bizstyle (only technically, it already was fixed in
  sphinx-doc/sphinx#6262)
- haiku
- classic
- nature
- pyramid
- sphinxdoc

Fixes sphinx-doc/sphinx#6604
2019-08-18 17:01:38 +02:00
Takeshi KOMIYA
65e2fdc191 Fix #6605: autodoc: crashed when target code contains custom method-like objects 2019-08-18 23:59:06 +09:00
Takeshi KOMIYA
4a1df77e33 Update CHANGES for PR #6419 2019-08-18 22:07:10 +09:00
Takeshi KOMIYA
a5d8e3d457 Merge pull request #6419 from larsoner/config
ENH: Explain rebuilds
2019-08-18 22:04:27 +09:00
Takeshi KOMIYA
4e12d4b644 Merge pull request #6653 from jdufresne/importlib
Switch uses of __import__ to importlib.get_module()
2019-08-18 22:03:06 +09:00
Jon Dufresne
ecb1e763ad Switch uses of __import__ to importlib.get_module()
The Python docs for __import__ recommend using importlib.get_module().

https://docs.python.org/3/library/functions.html#__import__

> Note: This is an advanced function that is not needed in everyday
> Python programming, unlike importlib.import_module().

As importlib.get_module() uses the Python module cache and returns the
module, this also allows simplifying many module cache checks of use of
sys.modules.

importlib.get_module() has been available since Python 3.3.
2019-08-17 11:45:39 -07:00
Takeshi KOMIYA
bf573ae145 Merge pull request #6624 from tk0miya/6474_DocFieldTransformer_handles_non_ObjectDescription
Fix #6474: ``DocFieldTransformer`` raises AttributeError
2019-08-18 01:17:37 +09:00
Eric Larson
c0e46adc07 ENH: Explain rebuilds 2019-08-06 09:59:35 -04:00
Takeshi KOMIYA
bbc11a059f Update CHANGES for PR #6628 2019-08-05 01:22:30 +09:00
Takeshi KOMIYA
a3de59e00f Merge pull request #6628 from stevepiercy/update-template-links
Update links in quickstart template to save redirects
2019-08-05 01:20:26 +09:00
jfbu
4ae5414ee5 Update our docs for imgmath_latex (refs: #6610) 2019-08-03 12:00:24 +02:00
Takeshi KOMIYA
a01aabe7bd Merge pull request #6576 from tk0miya/6574_annotation_for_varidic_params
Fix autodoc: missing type annotation for variadic and keyword parameters (refs: #6574)
2019-08-03 02:54:11 +09:00
Steve Piercy
a503ed8b78 Update links in quickstart template to save redirects 2019-08-02 10:27:32 -07:00
Takeshi KOMIYA
b43676011e Merge branch '2.0' into 6574_annotation_for_varidic_params 2019-08-03 02:19:29 +09:00
Takeshi KOMIYA
04fbd51b4e Merge pull request #6592 from tk0miya/6589_autodoc_typehints_none
Fix #6589: autodoc: Formatting issues with autodoc_typehints='none'
2019-08-02 22:36:43 +09:00
Takeshi KOMIYA
4571d8b1a1 Merge pull request #6593 from tk0miya/docutils-0.15
Test with docutils-0.14 (previous release)
2019-08-02 10:08:42 +09:00
Takeshi KOMIYA
d2d6cad898 Merge pull request #6609 from tk0miya/6606_jquery-3.4.1
Fix #6606: Update jQuery to 3.4.1
2019-08-02 10:07:27 +09:00
Takeshi KOMIYA
ec71c4d14a Fix #6474: `DocFieldTransformer` raises AttributeError 2019-08-02 02:07:40 +09:00
Takeshi KOMIYA
ace7b4ded7 Fix #6589: autodoc: Formatting issues with autodoc_typehints='none' 2019-08-02 01:55:53 +09:00
Takeshi KOMIYA
81736cc828 Test with docutils-0.14 (previous release) 2019-08-02 01:53:41 +09:00
Takeshi KOMIYA
d9d8ba5e7f Fix #6606: Update jQuery to 3.4.1 2019-08-02 01:53:32 +09:00
jfbu
4732ec5edf Fix type annotation 2019-08-01 18:30:15 +02:00
Takeshi KOMIYA
b3eb853680 Merge branch '2.0' into 6574_annotation_for_varidic_params 2019-08-02 01:29:39 +09:00
Takeshi KOMIYA
51523a7c07 Merge pull request #6578 from tk0miya/6574_autodoc_member_order_for_imports
Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574)
2019-08-02 01:27:48 +09:00
jfbu
7c59e44eaa Fix version changed info in our document for imgmath 2019-08-01 18:24:28 +02:00
jfbu
365574f052 Fix error in cherry-picking #6310 to 2.0 2019-08-01 18:05:57 +02:00
jfbu
763908c75a Update CHANGES for cherry-picked #6310 2019-08-01 17:52:28 +02:00
jfbu
bfe921b3b2 Add Python3 type annotation to cherry-picked #6310 for 2.2.0 release 2019-08-01 17:52:28 +02:00
jfbu
da3763170e Reorganize documentation of the imgmath configuration variables 2019-08-01 17:52:28 +02:00