Commit Graph

63 Commits

Author SHA1 Message Date
Hugo van Kemenade
dd87dd50c0 Update to isort 5 with Black profile support 2020-08-08 22:39:29 +03:00
Andrew Murray
836dcc5ba0 Document missing attributes 2020-07-23 22:40:02 +10:00
Andrew Murray
9db4a84983 Documented MAX_IMAGE_PIXELS 2020-07-20 21:16:33 +10:00
Andrew Murray
45564fe89d Removed domain references when referring to hypothetical code 2020-07-14 22:36:46 +10:00
nulano
8d105aae18 fix MAX_PIXELS typo 2020-07-11 12:38:00 +02:00
Hugo van Kemenade
a8fabf9521
Merge branch 'master' into refs-nitpick 2020-07-11 12:44:25 +03:00
nulano
a04a10e7e3 ignore some nitpicky warnings 2020-07-10 01:49:09 +02:00
nulano
6db12b29d9 enable nitpicky warnings for docs builds 2020-07-10 01:48:42 +02:00
nulano
af5e0fa2aa add Python stdlib intersphinx mapping 2020-07-10 00:08:19 +02:00
Hugo van Kemenade
4323d975be Use sphinx_removed_in extension for the '.. versionremoved::' directive 2020-07-09 13:28:07 +03:00
nulano
224ef2fadd require sphinx>=2.4 2020-06-22 05:18:51 +02:00
Andrew Murray
c82ffc7d7f Updated deprecated method 2020-04-06 21:56:27 +10:00
Hugo
9f9d4b4379 Add favicon to Read the Docs 2020-01-20 17:22:10 +02:00
Andrew Murray
1ab85c885e Updated copyright year 2020-01-01 12:58:36 +11:00
Hugo
538d9e2e5d Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
Hugo van Kemenade
1ab5670eb1
Introduce isort to automate import ordering and formatting (#3954)
Introduce isort to automate import ordering and formatting
2019-07-16 23:02:31 +03:00
Hugo
1f4900e51f
Merge branch 'master' into unused-sidebar 2019-07-07 07:45:33 +03:00
Jon Dufresne
388803006c Remove unused docs/_templates directory
The only file, sidebarhelp.html, applies to the sphinx-better-theme
which is unused and was removed in
02f3685b2d.
2019-07-06 17:27:06 -07:00
Jon Dufresne
d8594041b5 Remove empty, unused directory docs/_static 2019-07-06 16:37:57 -07:00
Jon Dufresne
d50445ff30 Introduce isort to automate import ordering and formatting
Similar to the recent adoption of Black. isort is a Python utility to
sort imports alphabetically and automatically separate into sections. By
using isort, contributors can quickly and automatically conform to the
projects style without thinking. Just let the tool do it.

Uses the configuration recommended by the Black to avoid conflicts of
style.

Rewrite TestImageQt.test_deprecated to no rely on import order.
2019-07-06 16:11:35 -07:00
Hugo
471220093b Format with Black 2019-06-13 18:54:57 +03:00
Andrew Murray
be99470b29 Moved docs JS file into custom directory 2019-01-19 20:27:11 +11:00
Andrew Murray
fffb426092 Updated copyright year 2019-01-03 09:32:05 +11:00
Hugo
7beecb9f33
Flake8 2018-12-26 13:48:55 +02:00
Andrew Murray
0f42cdd639 Added functions to Read The Docs sidebar 2018-11-23 18:57:17 +11:00
Hugo
ceebfc6fe8 flake8: E501 line too long 2018-11-11 19:01:11 +02:00
Hugo
6fbebdeeb3 flake8: E265 block comment should start with '# ' 2018-11-11 19:01:10 +02:00
Hugo
afefc99096 flake8: E122 continuation line missing indentation or outdented 2018-11-11 19:01:10 +02:00
Hugo
0b7910c7cd flake8: E402 module level import not at top of file 2018-11-11 19:01:10 +02:00
Hugo
e33dd498f5 Prefer more conventional __version__ rather than PILLOW_VERSION 2018-04-25 11:21:38 +03:00
Andrew Murray
b68cf4a286 Updated copyright year 2017-12-31 12:05:03 +11:00
Andrew Murray
c168f01111 Removed imports used only by comments 2017-01-18 20:06:47 +11:00
Andrew Murray
25fb149d5e Removed unused docs import 2017-01-18 20:06:21 +11:00
Andrew Murray
3089dd18d8 Updated copyright year 2016-12-26 12:15:23 +11:00
Andrew Murray
a4782c7e79 Updated Sphinx project description 2016-04-29 22:58:06 +10:00
Andrew Murray
caf9cea00f Updated copyright year 2015-12-31 08:10:44 +11:00
Alex Clark
7f4cfdf36b Re-add extensions [ci skip]
Fixes #1183. Thanks @joekilner. This should resolve.
2015-04-08 11:07:59 -04:00
Alex Clark
8779b70119 Wording [ci skip] 2015-04-04 09:40:56 -04:00
Alex Clark
1d327690a7 Wording [ci skip] 2015-04-04 09:39:52 -04:00
Alex Clark
538483cd60 Update copyright & authorship [ci skip]
To reflect PIL author, Pillow author and many contributors over the years.
2015-04-04 09:37:53 -04:00
Alex Clark
583dd007d3 import PIL 2015-04-04 08:49:18 -04:00
Alex Clark
dcefb9351a Regen conf from quickstart 2015-04-04 08:00:34 -04:00
homm
095aa00f7a do not import local Pillow for building docs 2014-12-28 05:46:16 +03:00
Alex Clark
db223a7ff5 Troubleshooting RTD [ci skip] 2014-10-01 15:23:09 -04:00
Steve Johnson
ea8b1ed321 Add global ToC back to index page 2013-10-08 17:23:39 -07:00
Steve Johnson
36b370e465 Helpful sidebar 2013-10-08 16:34:24 -07:00
Steve Johnson
6fea2a5ad3 Simplify docs/conf.py 2013-10-08 16:19:35 -07:00
Steve Johnson
7659ec905d Remove plugins from built docs for now 2013-10-06 22:43:32 -07:00
Steve Johnson
92d391c847 Also skip plugins.rst if skip_api_docs 2013-10-06 21:57:08 -07:00
Steve Johnson
e2d00e4fe8 Pare down index page sidebar 2013-10-06 21:53:26 -07:00