Commit aeeea11
authored
fix(docs): use lib's version for docs directly (#1551)
Closes #1550.
There's a problem with a breaking change in setuptools, which causes
issues when installing `mkdocs-markdownextradata-plugin`. This plugin
hasn't been touched for 3 years, so I doubt anyone will fix it. That's
why we're removing usage of it, it's pretty cheap.
We're going to stop using the lib's version in the docs as soon as we
stop bundling the action bindings, which is approx. in a month.1 parent 00a65ee commit aeeea11
File tree
5 files changed
+90
-96
lines changed- automation/code-generator/src/main/kotlin/io/github/typesafegithub/workflows/codegenerator
- buildSrc/src/main/kotlin/buildsrc/convention
- docs
5 files changed
+90
-96
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
78 | | - | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
0 commit comments