intersphinx_mapping: add pluggy
This commit is contained in:
		
							parent
							
								
									c39a85e5f4
								
							
						
					
					
						commit
						9b32794391
					
				| 
						 | 
				
			
			@ -344,7 +344,10 @@ texinfo_documents = [
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
# Example configuration for intersphinx: refer to the Python standard library.
 | 
			
		||||
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
 | 
			
		||||
intersphinx_mapping = {
 | 
			
		||||
    "pluggy": ("https://pluggy.readthedocs.io/en/latest", None),
 | 
			
		||||
    "python": ("https://docs.python.org/3", None),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def configure_logging(app: "sphinx.application.Sphinx") -> None:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue