Skip to content

Commit 277c6d3

Browse files
author
Phil Carns
authored
Merge pull request #1045 from wkliao/stable_latest
Readthedocs: note on difference between latest and stable versions
2 parents f6ae872 + aff32bc commit 277c6d3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

readthedocs/DEVELOPER_NOTES.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ merged to the main branch:
7070
* Modify the appropriate files (see `index.rst` and the list of included
7171
documents described in the preceding subsection)
7272
* Open a pull request on GitHub with your changes
73-
* Wait a few minutes for automated actions to occurr on ReadTheDocs
73+
* Wait a few minutes for automated actions to occur on ReadTheDocs
7474
* Log into https://app.readthedocs.org
7575
* Navigate to the Darshan dashboard and click the `Builds` tab
7676
* Select the corresponding pull request and click the `View Docs` button
@@ -79,3 +79,18 @@ merged to the main branch:
7979
* Wait a few minutes for ReadTheDocs automation
8080
* Confirm that the updates are visible at https://darshan.readthedocs.io/en/latest/
8181

82+
### Differences between the "latest" and "stable" versions
83+
84+
On the readthedocs dashboard, there are two items shown under tab "Versions",
85+
`latest` and `stable`.
86+
* **latest** - When using the default configuration, the latest version is a
87+
built whenever a new commit is pushed to the Github main branch. Therefore,
88+
the document pointed by **latest** is updated more frequently. Click it will
89+
reveal all the build history.
90+
* **stable** - This points to the document that was built using the latest git
91+
tag, which is usually considered as a stable release of a software.
92+
+ Note that readthedocs requires tag names to follow the semantic versioning,
93+
so it can be recognized by readthedocs.
94+
See [Section Versions](https://docs.readthedocs.com/platform/latest/versions.html)
95+
of ReadtheDocs document.
96+

0 commit comments

Comments
 (0)