Skip to content

Commit

Permalink
Test workflows (#45)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bparks13 authored Apr 10, 2024
1 parent 13a1b31 commit 4d3157b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ source/_build/*

# macOS specific
.DS_Store

# make.bat
make.bat
7 changes: 0 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions source/Hardware Guide/Breakout Board/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ all LEDs to be completely turned off for light-sensitive experiments.

Gateware
-------------------------
The breakout board contains a `TinyFPGA BX
<https://tinyfpga.com/bx/guide.html>`__ (Lattice ICE40 breakout board) for
The breakout board contains a `TinyFPGA BX <https://github.com/tinyfpga/TinyFPGA-BX>`__ (Lattice ICE40 breakout board) for
digital input serialization, digital output deserialization, interpreting user
input, and driving indication LEDs. The `breakout board gateware
<https://github.com/open-ephys/onix-breakout/tree/main/gateware>`__ is
Expand Down
4 changes: 3 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d3157b

Please sign in to comment.