File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
42
42
# for sitemap with https://github.com/jdillard/sphinx-sitemap
43
43
site_url = "https://www.mdanalysis.org/pytng/"
44
+ sitemap_url_scheme = "{link}"
44
45
45
46
# Add any paths that contain templates here, relative to this directory.
46
47
templates_path = ['_templates' ]
57
58
# General information about the project.
58
59
project = u'pytng'
59
60
author = u'Max Linke, Richard J Gowers, Hugo MacDermott-Opeskin'
60
- copyright = u'2017-2020 , ' + author
61
+ copyright = u'2017-2021 , ' + author
61
62
62
63
63
64
# The version info for the project you're documenting, acts as replacement for
184
185
html_use_opensearch = 'https://www.mdanalysis.org/pytng'
185
186
186
187
# sphinx-sitemap config https://github.com/jdillard/sphinx-sitemap
187
- #html_baseurl = 'https://www.mdanalysis.org/RotamerConvolveMD/'
188
188
site_url = 'https://www.mdanalysis.org/pytng/'
189
189
html_extra_path = ['robots.txt' ]
190
190
You can’t perform that action at this time.
0 commit comments