File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 99
1010from  typing  import  List 
1111
12+ from  pkg_resources  import  get_distribution 
13+ 
1214# -- Project information ----------------------------------------------------- 
1315
1416project  =  "Hist" 
15- copyright  =  "2020, Scikit-HEP " 
17+ copyright  =  "2020-2021, Henry Schreiner " 
1618author  =  "Henry Schreiner and Nino Lau" 
19+ version  =  get_distribution ("hist" ).version 
1720
1821
1922# -- General configuration --------------------------------------------------- 
4750
4851# Config for the Sphinx book 
4952
50- html_baseurl  =  "https://boost-histogram .readthedocs.io/en/latest/" 
53+ html_baseurl  =  "https://hist .readthedocs.io/en/latest/" 
5154
5255html_theme_options  =  {
5356    "home_page_in_toc" : True ,
6669# -- Options for Notebook input ---------------------------------------------- 
6770
6871html_logo  =  "_images/histlogo.png" 
69- html_title  =  "Hist docs " 
72+ html_title  =  f "Hist { version } 
7073
7174nbsphinx_execute  =  "auto"   # auto, never 
7275
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments