Skip to content

Commit

Permalink
fix sitemap generation
Browse files Browse the repository at this point in the history
fix #56
  • Loading branch information
orbeckst committed Oct 10, 2021
1 parent fc2c1a2 commit 98c6b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@
'sphinx.ext.napoleon', 'sphinx.ext.todo',
'sphinx.ext.autosummary',
'sphinx_sitemap',
]
'sphinx_rtd_theme']

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

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

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

0 comments on commit 98c6b34

Please sign in to comment.