|
6 | 6 | # Authors: Christopher Ariza |
7 | 7 | # Michael Scott Asato Cuthbert |
8 | 8 | # |
9 | | -# Copyright: Copyright © 2010-2024 Michael Scott Asato Cuthbert |
| 9 | +# Copyright: Copyright © 2010-2025 Michael Scott Asato Cuthbert |
10 | 10 | # License: BSD, see license.txt |
11 | 11 | # ------------------------------------------------------------------------------ |
12 | 12 | ''' |
|
39 | 39 | 7. run documentation/make.py clean (skip on minor version changes) -- you may need to make a |
40 | 40 | documentation/build directory first. |
41 | 41 | 8. run documentation/make.py linkcheck [*] - missing http://www.musicxml.org/dtds/partwise.dtd |
42 | | - and code-of-conduct links are both okay. The points about |
| 42 | + and code-of-conduct links are both okay to fail. The points about |
43 | 43 | "more than one target found for cross-reference 'Direction'" |
44 | 44 | are known bugs in Sphinx (when the same named Enum appears in different modules) |
45 | 45 | and we can't fix. |
46 | | - StackOverflow seems also to be presenting linkcheck -- check manually every once in |
| 46 | + StackOverflow seems also to be preventing linkcheck -- check manually every once in |
47 | 47 | a while, but looking good May 2025. |
48 | 48 | Ignore the errors at the end if everything looks good. |
49 | 49 | 9. run documentation/make.py [*] |
|
68 | 68 | DO NOT RUN THIS ON A PC or the Mac .tar.gz might have an incorrect permission if you do. |
69 | 69 |
|
70 | 70 | 14. PR and Commit to GitHub at this point w/ commit comment of the new version, |
71 | | - then don't change anything until the next step is done. |
| 71 | + then don't change anything until the next step is done. Merge to main/master |
72 | 72 | (.gitignore will avoid uploading the large files created here.) |
73 | 73 |
|
74 | 74 | 15. Switch back to master/main branch |
|
0 commit comments