Skip to content

Commit

Permalink
Update docs pulldown menu to mark 'docs/main' as 2.4 (pre-release)
Browse files Browse the repository at this point in the history
This is the standard update at this point in the release cycle.

---
Signed-off-by: Brad Chamberlain <[email protected]>
  • Loading branch information
bradcray committed Dec 7, 2024
1 parent 3a18b7b commit 28dc5c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ def setup(app):
# 'version' adds a redundant version number onto the top of the sidebar
# automatically (rtd-theme). We also don't use |version| anywhere in rst

chplversion = '2.3' # TODO -- parse from `chpl --version`
chplversion = '2.4' # TODO -- parse from `chpl --version`
shortversion = chplversion.replace('-', '&#8209') # prevent line-break at hyphen, if any
html_context = {"chplversion":chplversion}

# The full version, including alpha/beta/rc tags.
# release = '2.3.0 (pre-release)'
release = '2.3.0'
release = '2.4.0 (pre-release)'
# release = '2.3.0'

# General information about the project.
project = u'Chapel Documentation'
Expand Down
2 changes: 1 addition & 1 deletion doc/util/versionButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function toggleDropDown() {
function dropSetup() {
var currentRelease = "2.2"; // what does the public have?
var stagedRelease = "2.3"; // is there a release staged but not yet public?
var nextRelease = "2.3"; // what's the next release? (on docs/main)
var nextRelease = "2.4"; // what's the next release? (on docs/main)
var button = document.getElementById("versionButton");
// Uses unicode down-pointing triangle
var arrow = " &#9660;";
Expand Down

0 comments on commit 28dc5c6

Please sign in to comment.