Skip to content

Commit

Permalink
Merge pull request #3957 from jdufresne/unused-sidebar
Browse files Browse the repository at this point in the history
Remove unused docs/_templates directory
  • Loading branch information
hugovk committed Jul 7, 2019
2 parents 82ec19e + 1f4900e commit 67f309c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ from livereload.compiler import shell

Task.add('*.rst', shell('make html'))
Task.add('*/*.rst', shell('make html'))
Task.add('_templates/*', shell('make clean html'))
Task.add('Makefile', shell('make html'))
Task.add('conf.py', shell('make html'))
1 change: 0 additions & 1 deletion docs/_templates/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions docs/_templates/sidebarhelp.html

This file was deleted.

3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
# 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']
Expand Down

0 comments on commit 67f309c

Please sign in to comment.