File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -134,18 +134,8 @@ Checking the compiled documentation
134134-----------------------------------
135135
13613614. Since Biopython 1.74, Sphinx has handled the API documentation via continuous
137- integration, but you still have to update the "latest" symlink.
138-
139- ``` bash
140- $ cd ~/repositories/docs/
141- $ git fetch origin
142- $ git checkout gh-pages # should only be this one branch
143- $ git rebase origin/gh-pages # get any changes
144- $ rm latest
145- $ ln -s 1.78 latest
146- $ git commit latest -m "Update ' latest' symlink to point at 1.78"
147- $ git push origin gh-pages
148- ```
137+ integration, and since Biopython 1.87 that includes updating the "latest" symlink.
138+ Just check https://biopython.org/docs/latest/ is for the new release.
149139
150140Making wheels
151141-------------
You can’t perform that action at this time.
0 commit comments