File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ /* SPDX-FileCopyrightText: 2025 Sam Blenny 
2+  * SPDX-License-Identifier: MIT 
3+  */ 
4+ 
5+ /* Monkey patch the rtd theme to prevent horizontal stacking of short items 
6+  * see https://github.com/readthedocs/sphinx_rtd_theme/issues/1301 
7+  */ 
8+ .py .property {display :  block !important ;}
Original file line number Diff line number Diff line change 107107# so a file named "default.css" will overwrite the builtin "default.css". 
108108html_static_path  =  ["_static" ]
109109
110+ # Include extra css to work around rtd theme glitches 
111+ html_css_files  =  ["custom.css" ]
112+ 
110113# The name of an image file (relative to this directory) to use as a favicon of 
111114# the docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32 
112115# pixels large. 
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ extend-select = [
1616  " PLC2401"  ,  #  non-ascii-name
1717  " PLC2801"  ,  #  unnecessary-dunder-call
1818  " PLC3002"  ,  #  unnecessary-direct-lambda-call
19-   " E999"  ,  #  syntax-error
2019  " PLE0101"  ,  #  return-in-init
2120  " F706"  ,  #  return-outside-function
2221  " F704"  ,  #  yield-outside-function
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments