File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2525extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.todo' , 'sphinx.ext.coverage' ]
2626
2727# Add any paths that contain templates here, relative to this directory.
28- templates_path = ['_templates ' ]
28+ templates_path = ['templates ' ]
2929
3030# The suffix of source filenames.
3131source_suffix = '.rst'
Original file line number Diff line number Diff line change 1+ {% extends "!layout.html" %}
2+ {% block extrahead %}
3+ {{ super() }}
4+ < script type ="text/javascript ">
5+ var _gaq = _gaq || [ ] ;
6+ _gaq . push ( [ '_setAccount' , 'UA-19175962-1' ] ) ;
7+ _gaq . push ( [ '_trackPageview' ] ) ;
8+ ( function ( ) {
9+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
10+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
11+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
12+ } ) ( ) ;
13+ </ script >
14+ {% endblock %}
You can’t perform that action at this time.
0 commit comments