File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 66build :
77  os : ubuntu-24.04 
88  tools :
9-     python : " 3.8 " 
9+     python : " 3.11 " 
1010sphinx :
1111  configuration : docs/conf.py 
1212  fail_on_warning : false 
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def install_deps(
105105            session .install (* dependencies , env = env )
106106
107107
108- @nox .session (python = "3.8 " ) 
108+ @nox .session (python = "3.11 " ) 
109109def  docs (session : nox .Session ) ->  None :
110110    """Build and generate the documentation. 
111111
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ voice = [
5656    ' audioop-lts>=0.2.1; python_version >= "3.13"' 
5757]
5858docs  = [
59-     " sphinx==7.0.1 " 
60-     " sphinxcontrib-trio~=1.1.2 " 
61-     " sphinx-hoverxref==1.3.0 " 
62-     " sphinx-autobuild~=2021.3 " 
63-     " sphinxcontrib-towncrier==0.3.2a0 " 
64-     " towncrier==23.6.0 " 
65-     " sphinx-notfound-page ==0.8.3 " 
66-     " sphinxext-opengraph==0.9.1 " , 
59+     " sphinx==8.2.3; python_version >= '3.11' " 
60+     " sphinx-autobuild~=2025.8.25 ; python_version >= '3.11' " 
61+     " sphinx-hoverxref==1.4.2; python_version >= '3.11' " 
62+     " sphinx-notfound-page==1.1.0; python_version >= '3.11' " 
63+     " sphinxcontrib-towncrier==0.5.0a0; python_version >= '3.11' " 
64+     " sphinxcontrib-trio~=1.1.2; python_version >= '3.11' " 
65+     " sphinxext-opengraph ==0.9.1 ; python_version >= '3.11' " 
66+     " towncrier==23.6.0; python_version >= '3.11' " 
6767]
6868
6969[dependency-groups ]
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments