Skip to content

Commit e21955c

Browse files
authored
Updating the docs is now more automated
1 parent 199a47c commit e21955c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

wiki/Building_a_release.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,8 @@ Checking the compiled documentation
134134
-----------------------------------
135135
136136
14. 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
150140
Making wheels
151141
-------------

0 commit comments

Comments
 (0)