Skip to content

Commit bc6afad

Browse files
committed
Fix docutils warnings for updating to new crate-docs-theme
ERROR: "table" widths do not match the number of columns in table (5). Apparently, a newer release of docutils is more strict, and bails out when reading invalid markup.
1 parent 2926a9d commit bc6afad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/reference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Here is a list of all currently available regions for CrateDB Cloud:
5959

6060
:::{table}
6161
:width: 700px
62-
:widths: 200, 200, 100, 100
62+
:widths: 300, 300
6363
:align: left
6464
| Region | Url |
6565
| ---- | ----|

docs/reference/services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ testing, or non-critical production environments.
7272
**Node sizes**
7373
:::{table}
7474
:width: 700px
75-
:widths: 200, 200, 100, 100
75+
:widths: 100, 100, 150, 150, 200
7676
:align: left
7777
| Plan | Size | vCPUs | RAM | Storage |
7878
|----|--------|-----------|----------| ---- |
@@ -111,7 +111,7 @@ high-availability and high-throughput environments.
111111
**Node sizes**
112112
:::{table}
113113
:width: 700px
114-
:widths: 200, 200, 100, 100
114+
:widths: 200, 100, 100, 100, 200
115115
:align: left
116116
| Plan | Size | vCPUs | RAM | Storage |
117117
|----|--------|-----------|----------| ---- |
@@ -128,7 +128,7 @@ nodes, the overall cluster size can be scaled up to the following limits:
128128
**Cluster sizes**
129129
:::{table}
130130
:width: 700px
131-
:widths: 200, 200, 100, 100
131+
:widths: 200, 100, 100, 150, 150
132132
:align: left
133133
| Plan | Size | vCPUs | RAM | Storage |
134134
|----|--------|-----------|----------| ---- |

0 commit comments

Comments
 (0)