 e798037d80
			
		
	
	
		e798037d80
		
			
		
	
	
	
	
		
			
			As documented on how to override template blocks: https://www.mkdocs.org/user-guide/customizing-your-theme/#overriding-template-blocks This is a big diff. I tested it by generating docs before and after the change, and they were functionally identical.
		
			
				
	
	
		
			5 lines
		
	
	
		
			105 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			105 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| <!-- Get rid of the next/prev buttons -->
 | |
| {% block next_prev %}
 | |
| {% endblock %}
 |