diff --git a/docs/Guardfile b/docs/Guardfile index f8f3051ed..2bbb2ef91 100755 --- a/docs/Guardfile +++ b/docs/Guardfile @@ -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')) diff --git a/docs/_templates/.gitignore b/docs/_templates/.gitignore deleted file mode 100644 index b1f9a2ade..000000000 --- a/docs/_templates/.gitignore +++ /dev/null @@ -1 +0,0 @@ -# Empty file, to make the directory available in the repository diff --git a/docs/_templates/sidebarhelp.html b/docs/_templates/sidebarhelp.html deleted file mode 100644 index 8a33f18dc..000000000 --- a/docs/_templates/sidebarhelp.html +++ /dev/null @@ -1,4 +0,0 @@ -

Need help?

-

- You can get help via IRC at irc://irc.freenode.net#pil, Gitter or Stack Overflow. Please report issues on GitHub. -

diff --git a/docs/conf.py b/docs/conf.py index 0eb137daa..2c0431e0f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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']