File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3434# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom 
3535# ones. 
3636extensions  =  [
37+     'sphinx.ext.ifconfig' ,
3738    'sphinx.ext.autodoc' ,
3839    'sphinx.ext.todo' ,
39-     'alabaster' ,
40+     #  'alabaster',
4041]
4142
4243# Add any paths that contain templates here, relative to this directory. 
159160
160161# Add any paths that contain custom themes here, relative to this directory. 
161162html_theme_path  =  []
162- html_theme_path  =  [alabaster .get_path ( ), ]
163+ #  html_theme_path = [alabaster.get_path( )]
163164
164165# The name for this set of Sphinx documents.  If None, it defaults to 
165166# "<project> v<release> documentation". 
172173# of the sidebar. 
173174#html_logo = None 
174175html_logo  =  '_static/openaps-logo.png' 
176+ html_logo  =  None 
175177
176178# The name of an image file (relative to this directory) to use as a favicon of 
177179# the docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32 
201203#html_sidebars = {} 
202204# for alabaster 
203205""" 
204- html_sidbars = { 
206+ html_sidebars = { } 
207+ """ 
208+ html_sidebars  =  {
205209  '**' : [
206210      'about.html' ,
207211      'navigation.html' ,
210214      'donate.html' ,
211215  ]
212216}
213- """ 
214217
215- html_sidbars  =  { }
216218
217219# Additional templates that should be rendered to pages, maps page names to 
218220# template names. 
288290# The name of an image file (relative to this directory) to place at the top of 
289291# the title page. 
290292#latex_logo = None 
293+ latex_logo  =  '_static/openaps-logo.png' 
291294
292295# For "manual" documents, if this is true, then toplevel headings are parts, 
293296# not chapters. 
Original file line number Diff line number Diff line change 11
22
33.. _openaps-tools :
4+ 
45openaps
56======= 
67.. toctree ::
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments