Skip to content

Commit

Permalink
Merge pull request #174 from lilyminium/pr173
Browse files Browse the repository at this point in the history
- Add base url
- fix #172
  • Loading branch information
orbeckst authored Oct 16, 2021
2 parents 27c20c5 + 90b18ae commit e57e7af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def sort_authors(filename):
mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML'

site_url = "https://userguide.mdanalysis.org"
html_baseurl = "https://userguide.mdanalysis.org/"
sitemap_url_scheme = "{link}"
html_use_opensearch = 'https://userguide.mdanalysis.org'

Expand All @@ -105,7 +106,8 @@ def sort_authors(filename):
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store',
'.ipynb_checkpoints', '**/.ipynb_checkpoints', 'scripts', '.*.ipynb', '.*']
'.ipynb_checkpoints', '**/.ipynb_checkpoints',
'scripts', '**/.*.ipynb', '.*']

# -- Options for HTML output -------------------------------------------------

Expand Down

0 comments on commit e57e7af

Please sign in to comment.