From 87612b69f97aa65b86d03bd944e3bbeb38c1122d Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Thu, 20 Nov 2025 09:07:21 +1300 Subject: [PATCH 1/2] RTDs: Fail on warning --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b72a370..6243223 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,7 @@ formats: sphinx: configuration: docs/source/conf.py + fail_on_warning: true python: install: From e29cc2f8e62eaaa1f74d6df1cb3ce406db88fa96 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Thu, 20 Nov 2025 09:08:33 +1300 Subject: [PATCH 2/2] Docs: Drop unsupported syntax highlighting So that it doesn't raise a warning-as-error. --- docs/source/verific.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/verific.rst b/docs/source/verific.rst index 224a5e3..81b20d5 100644 --- a/docs/source/verific.rst +++ b/docs/source/verific.rst @@ -151,7 +151,6 @@ by a SystemVerilog file ``formal_bind.sv``. .. _vhd_example: https://github.com/YosysHQ/sby/tree/master/docs/examples/vhd .. literalinclude:: ../examples/vhd/formal_bind.sby - :language: yoscrypt :start-after: [script] :end-before: [files] :caption: ``formal_bind.sby`` script section