File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333# Add any Sphinx extension module names here, as strings. They can be
3434# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3535# ones.
36- extensions = ['sphinx.ext.autodoc' ]
36+ extensions = ['edit_on_github' , 'sphinx.ext.autodoc' ]
37+ edit_on_github_project = 'InfraSIM/docs'
38+ edit_on_github_branch = 'master'
39+ edit_on_github_src_path = 'docs/' # optional. default: ''
3740
3841# Add any paths that contain templates here, relative to this directory.
3942templates_path = ['_templates' ]
171174#html_use_smartypants = True
172175
173176# Custom sidebar templates, maps document names to template names.
174- # html_sidebars = {
175- # '*': ['searchbox.html', 'localtoc.html']
176- # }
177+ html_sidebars = {
178+ '*' : ['searchbox.html' , 'localtoc.html' ]
179+ }
177180
178181# Additional templates that should be rendered to pages, maps page names to
179182# template names.
You can’t perform that action at this time.
0 commit comments