File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
sphinx_togglebutton/_static Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 7979
8080html_theme_options = {
8181 "single_page" : True ,
82+ "repository_url" : "https://github.com/executablebooks/sphinx-togglebutton" ,
83+ "use_repository_button" : True ,
84+ "use_issues_button" : True ,
85+ "use_edit_page_button" : True ,
8286}
8387
8488# Add any paths that contain custom static files (such as style sheets) here,
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ var initToggleItems = () => {
3636var toggleHidden = ( button ) => {
3737 target = button . dataset [ 'target' ]
3838 var itemToToggle = document . getElementById ( target ) ;
39- console . log ( itemToToggle )
4039 if ( itemToToggle . classList . contains ( "toggle-hidden" ) ) {
4140 itemToToggle . classList . remove ( "toggle-hidden" ) ;
4241 button . classList . remove ( "toggle-button-hidden" ) ;
You can’t perform that action at this time.
0 commit comments