From 4d3157bcc300b7317c1e533d5dad266674b3b34b Mon Sep 17 00:00:00 2001 From: Brandon Parks Date: Wed, 10 Apr 2024 15:24:55 -0400 Subject: [PATCH] Test workflows (#45) * Fix broken links to tinyfpga.com, analog.com/*, and xilinx.com/* - Ignore during linkcheck, accessible manually but fails during linkcheck * Remove xcffib from Pipefile.lock * Remove make.bat from .gitignore --- .gitignore | 3 --- Pipfile.lock | 7 ------- source/Hardware Guide/Breakout Board/setup.rst | 3 +-- source/conf.py | 4 +++- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 6e2142e0..aa33d481 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,3 @@ source/_build/* # macOS specific .DS_Store - -# make.bat -make.bat diff --git a/Pipfile.lock b/Pipfile.lock index f744fe17..2f6f3f9f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -694,13 +694,6 @@ "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" ], "version": "==0.5.1" - }, - "xcffib": { - "hashes": [ - "sha256:a95c9465f2f97b4fcede606bd1e08407a32df71cb760fd57bfe53677db691acc" - ], - "markers": "python_version >= '3.3'", - "version": "==1.5.0" } }, "develop": {} diff --git a/source/Hardware Guide/Breakout Board/setup.rst b/source/Hardware Guide/Breakout Board/setup.rst index 49e025cc..9b5559f5 100644 --- a/source/Hardware Guide/Breakout Board/setup.rst +++ b/source/Hardware Guide/Breakout Board/setup.rst @@ -120,8 +120,7 @@ all LEDs to be completely turned off for light-sensitive experiments. Gateware ------------------------- -The breakout board contains a `TinyFPGA BX -`__ (Lattice ICE40 breakout board) for +The breakout board contains a `TinyFPGA BX `__ (Lattice ICE40 breakout board) for digital input serialization, digital output deserialization, interpreting user input, and driving indication LEDs. The `breakout board gateware `__ is diff --git a/source/conf.py b/source/conf.py index 21a7a1b6..57ec82f3 100644 --- a/source/conf.py +++ b/source/conf.py @@ -151,7 +151,9 @@ # NB: Ignore these sites, they throw 403 errors during linkcheck, but are accessible for end-users linkcheck_ignore = [ 'https://multimedia.3m.com/mws/media/*', - 'https://www.intel.com/*' + 'https://www.intel.com/*', + 'https://www.analog.com/*', + 'https://www.xilinx.com/*' ] # NB: Allow this permanent redirect for a Visual Studio package