mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Remove unused docs/_templates directory
The only file, sidebarhelp.html, applies to the sphinx-better-theme
which is unused and was removed in
02f3685b2d
.
This commit is contained in:
parent
6568829d08
commit
388803006c
|
@ -5,6 +5,5 @@ from livereload.compiler import shell
|
|||
Task.add('*.rst', shell('make html'))
|
||||
Task.add('*/*.rst', shell('make html'))
|
||||
Task.add('_static/*.css', shell('make clean html'))
|
||||
Task.add('_templates/*', shell('make clean html'))
|
||||
Task.add('Makefile', shell('make html'))
|
||||
Task.add('conf.py', shell('make html'))
|
||||
|
|
1
docs/_templates/.gitignore
vendored
1
docs/_templates/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
# Empty file, to make the directory available in the repository
|
4
docs/_templates/sidebarhelp.html
vendored
4
docs/_templates/sidebarhelp.html
vendored
|
@ -1,4 +0,0 @@
|
|||
<h3>Need help?</h3>
|
||||
<p>
|
||||
You can get help via IRC at <a href="irc://irc.freenode.net#pil">irc://irc.freenode.net#pil</a>, <a href="https://gitter.im/python-pillow/Pillow">Gitter</a> or <a href="https://stackoverflow.com/questions/tagged/python-imaging-library">Stack Overflow</a>. Please <a href="https://github.com/python-pillow/Pillow/issues/new">report issues on GitHub</a>.
|
||||
</p>
|
|
@ -31,9 +31,6 @@ import PIL
|
|||
# ones.
|
||||
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.intersphinx"]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ["_templates"]
|
||||
|
||||
# The suffix(es) of source filenames.
|
||||
# You can specify multiple suffix as a list of string:
|
||||
# source_suffix = ['.rst', '.md']
|
||||
|
|
Loading…
Reference in New Issue
Block a user