We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2c1a2 commit 98c6b34Copy full SHA for 98c6b34
1 file changed
docs/conf.py
@@ -40,12 +40,13 @@
40
'sphinx.ext.napoleon', 'sphinx.ext.todo',
41
'sphinx.ext.autosummary',
42
'sphinx_sitemap',
43
- ]
+ 'sphinx_rtd_theme']
44
45
mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
46
47
# for sitemap with https://github.com/jdillard/sphinx-sitemap
48
site_url = "https://www.mdanalysis.org/MDAnalysisData/"
49
+sitemap_url_scheme = "{link}"
50
51
# https://stackoverflow.com/questions/5599254/how-to-use-sphinxs-autodoc-to-document-a-classs-init-self-method
52
autoclass_content = 'both'
0 commit comments