Skip to content

Commit

Permalink
BUG: usage links using wrong release in base URL (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret authored Jun 14, 2024
1 parent f36d546 commit 39b3d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,4 @@ def setup(app):
mathjax_path = ('https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/'
'MathJax.js?config=TeX-AMS-MML_HTMLorMML')

html_baseurl = os.environ.get('BASE_URL', 'https://docs.qiime2.org/2021.11/')
html_baseurl = os.environ.get('BASE_URL', 'https://docs.qiime2.org/2024.5/')

0 comments on commit 39b3d44

Please sign in to comment.