mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Merge pull request #3955 from jdufresne/static
Remove empty, unused directory docs/_static
This commit is contained in:
		
						commit
						82ec19ed6d
					
				| 
						 | 
				
			
			@ -14,7 +14,6 @@ graft src
 | 
			
		|||
graft depends
 | 
			
		||||
graft winbuild
 | 
			
		||||
graft docs
 | 
			
		||||
prune docs/_static
 | 
			
		||||
 | 
			
		||||
# build/src control detritus
 | 
			
		||||
exclude .appveyor.yml
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,7 +4,6 @@ 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/_static/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								docs/_static/.gitignore
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
# Empty file, to make the directory available in the repository
 | 
			
		||||
| 
						 | 
				
			
			@ -139,7 +139,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
 | 
			
		|||
# Add any paths that contain custom static files (such as style sheets) here,
 | 
			
		||||
# relative to this directory. They are copied after the builtin static files,
 | 
			
		||||
# so a file named "default.css" will overwrite the builtin "default.css".
 | 
			
		||||
html_static_path = ["_static", "resources"]
 | 
			
		||||
html_static_path = ["resources"]
 | 
			
		||||
 | 
			
		||||
# Add any extra paths that contain custom files (such as robots.txt or
 | 
			
		||||
# .htaccess) here, relative to this directory. These files are copied
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user