File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 419419
420420# Options for automatic links from code examples to reference documentation. 
421421# (https://sphinx-codeautolink.readthedocs.io/) 
422- codeautolink_warn_on_missing_inventory  =  False 
423- codeautolink_warn_on_failed_resolve  =  False 
422+ #  codeautolink_warn_on_missing_inventory = False
423+ #  codeautolink_warn_on_failed_resolve = False
424424codeautolink_custom_blocks  =  {
425-     # https://sphinx-codeautolink.readthedocs.io/en/latest/examples .html#doctest-code-blocks  
426-     "pycon3 " : "sphinx_codeautolink.clean_pycon" ,
425+     # https://sphinx-codeautolink.readthedocs.io/en/latest/reference .html#cleanup-functions  
426+     "pycon " : "sphinx_codeautolink.clean_pycon" ,
427427}
428428
429429suppress_warnings  =  [
430+     # https://sphinx-codeautolink.readthedocs.io/en/latest/reference.html#warning-types 
430431    # "codeautolink", 
431432    "codeautolink.import_star" ,
432433    "codeautolink.match_block" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments