File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 88  os : " ubuntu-22.04" 
99  tools :
1010    python : " 3.10" 
11-   commands :
11+   jobs :
12+     post_create_environment :
1213      #  Install poetry
1314      #  https://python-poetry.org/docs/#installing-manually
14-       - pip install poetry==1.6.1 
15- 
16-       #  Tell poetry to not use a virtual environment
17-       - poetry config virtualenvs.create false 
18- 
15+       - python -m pip install poetry==1.7.1 
16+     post_install :
1917      #  Install dependencies with 'docs' dependency group
2018      #  https://python-poetry.org/docs/managing-dependencies/#dependency-groups
21-       - poetry install --with docs 
22- 
19+       - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs 
2320      #  Generate code documentation skeleton
2421      - LC_ALL=C python docs/gen_ref_pages.py 
25- 
26- 
2722mkdocs :
2823  configuration : mkdocs.yml 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments