Skip to content

Commit

Permalink
Merge pull request #1215 from StackStorm/fix_doc_menu_again
Browse files Browse the repository at this point in the history
Fix latest version.
  • Loading branch information
Dmitri Zimin(e) committed Mar 3, 2015
2 parents f9403be + f4053dc commit a06fef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def previous_version(ver):
'source_suffix': source_suffix,
'versions': [
('latest', 'http://docs.stackstorm.com/latest'),
(version, 'http://docs.stackstorm.com/latest'),
(version, 'http://docs.stackstorm.com/%s' % version),
(version_minus_1, 'http://docs.stackstorm.com/%s' % version_minus_1),
(version_minus_2, 'http://docs.stackstorm.com/%s' % version_minus_2),
],
Expand Down

0 comments on commit a06fef8

Please sign in to comment.