File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2222          python-version : ' 3.x' 
2323      - name : Install Sphinx 
2424        run : | 
25-           pip install --upgrade setuptools 
26-           pip install sphinx 
27-           pip install sphinx_rtd_theme 
28-           pip install sphinxemoji 
29-           pip install sphinxext.opengraph 
25+           pip install -r requirements.txt 
3026name : Build Pages 
3127        run : python -msphinx . docs 
3228      - name : Upload artifact 
Original file line number Diff line number Diff line change 66  'sphinx_rtd_theme' ,
77  'sphinxemoji.sphinxemoji' ,
88  'sphinxext.opengraph' ,
9+   'sphinx_favicon' ,
910]
1011
1112templates_path  =  ['_templates' ]
1415html_theme  =  'sphinx_rtd_theme' 
1516html_static_path  =  ['_static' ]
1617html_extra_path  =  ['CNAME' , '.nojekyll' ]
17- html_favicon  =  "/_static/favicon.ico" 
18+ 
19+ favicons  =  [
20+     {"href" : "favicon.ico" },
21+ ]
1822
1923ogp_image  =  "/_static/aws-jq.png" 
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ MarkupSafe==2.1.3
1010packaging == 23.2 
1111Pygments == 2.17.2 
1212requests == 2.31.0 
13+ setuptools == 75.1.0 
1314snowballstemmer == 2.2.0 
1415Sphinx == 7.2.6 
16+ sphinx-favicon == 1.0.1 
1517sphinx-rtd-theme == 2.0.0 
1618sphinxcontrib-applehelp == 1.0.7 
1719sphinxcontrib-devhelp == 1.0.5 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments