File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 33
33
# Add any Sphinx extension module names here, as strings. They can be
34
34
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
35
35
# 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: ''
37
40
38
41
# Add any paths that contain templates here, relative to this directory.
39
42
templates_path = ['_templates' ]
171
174
#html_use_smartypants = True
172
175
173
176
# 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
+ }
177
180
178
181
# Additional templates that should be rendered to pages, maps page names to
179
182
# template names.
You can’t perform that action at this time.
0 commit comments