From 9c18fb22eb39fcd9c3bcffb673e0619f104574f0 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 18 Jul 2024 22:18:47 +0200 Subject: [PATCH] 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. --- docs/reference/overview.md | 2 +- docs/reference/services.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/overview.md b/docs/reference/overview.md index 6acbe00..91b4a3e 100644 --- a/docs/reference/overview.md +++ b/docs/reference/overview.md @@ -59,7 +59,7 @@ Here is a list of all currently available regions for CrateDB Cloud: :::{table} :width: 700px -:widths: 200, 200, 100, 100 +:widths: 300, 300 :align: left | Region | Url | | ---- | ----| diff --git a/docs/reference/services.md b/docs/reference/services.md index d9006f6..b7fa70c 100644 --- a/docs/reference/services.md +++ b/docs/reference/services.md @@ -72,7 +72,7 @@ testing, or non-critical production environments. **Node sizes** :::{table} :width: 700px -:widths: 200, 200, 100, 100 +:widths: 100, 100, 150, 150, 200 :align: left | Plan | Size | vCPUs | RAM | Storage | |----|--------|-----------|----------| ---- | @@ -111,7 +111,7 @@ high-availability and high-throughput environments. **Node sizes** :::{table} :width: 700px -:widths: 200, 200, 100, 100 +:widths: 200, 100, 100, 100, 200 :align: left | Plan | Size | vCPUs | RAM | Storage | |----|--------|-----------|----------| ---- | @@ -128,7 +128,7 @@ nodes, the overall cluster size can be scaled up to the following limits: **Cluster sizes** :::{table} :width: 700px -:widths: 200, 200, 100, 100 +:widths: 200, 100, 100, 150, 150 :align: left | Plan | Size | vCPUs | RAM | Storage | |----|--------|-----------|----------| ---- |