Skip to content

Commit 98c6b34

Browse files
committed
fix sitemap generation
fix #56
1 parent fc2c1a2 commit 98c6b34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@
4040
'sphinx.ext.napoleon', 'sphinx.ext.todo',
4141
'sphinx.ext.autosummary',
4242
'sphinx_sitemap',
43-
]
43+
'sphinx_rtd_theme']
4444

4545
mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
4646

4747
# for sitemap with https://github.com/jdillard/sphinx-sitemap
4848
site_url = "https://www.mdanalysis.org/MDAnalysisData/"
49+
sitemap_url_scheme = "{link}"
4950

5051
# https://stackoverflow.com/questions/5599254/how-to-use-sphinxs-autodoc-to-document-a-classs-init-self-method
5152
autoclass_content = 'both'

0 commit comments

Comments
 (0)