Skip to content

Commit 69a7a47

Browse files
committed
Update sphinx_rtd_theme pin to 0.5.2 and fix PrawnBlaster nested listing.
1 parent 3a2087f commit 69a7a47

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/source/devices/prawnblaster.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ The PrawnBlaster takes advantage of the specs of the Pico to provide the followi
1010

1111
* Configurable as 1, 2, 3, or 4 trulty independent pseudoclocks.
1212

13-
- Each clock has its own independent instruction set and synchronization between clocks is not required.
14-
- Assuming the default internal clock of 100 MHz, each clock has:
13+
- Each clock has its own independent instruction set and synchronization between clocks is not required.
14+
- Assuming the default internal clock of 100 MHz, each clock has:
1515

16-
- Minimum pulse half-period of 50 ns
17-
- Maximum pulse half-period of 42.9 s
18-
- Half-period resolution of 10 ns
16+
- Minimum pulse half-period of 50 ns
17+
- Maximum pulse half-period of 42.9 s
18+
- Half-period resolution of 10 ns
1919

2020
* 30,000 instructions (each with up to 2^32 repetitions) distributed evenly among the configured pseudoclocks; 30,000, 15,000, 10,000, and 7,500 for 1, 2, 3, 4 pseudoclocks respectively.
2121
* Support for external hardware triggers (external trigger common to all pseudoclocks)
2222

23-
- Up to 100 retriggers (labscript-suite waits) per pseudoclock
24-
- Each wait can support a timeout of up to 42.9 s
25-
- Each wait is internally monitored for its duration (resolution of +/-10 ns)
23+
- Up to 100 retriggers (labscript-suite waits) per pseudoclock
24+
- Each wait can support a timeout of up to 42.9 s
25+
- Each wait is internally monitored for its duration (resolution of +/-10 ns)
2626

2727
* Can be referenced to an external LVCMOS clock
2828
* Internal clock can be set up to 133 MHz (timing specs scale accordingly)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ install_requires =
4545
docs =
4646
PyQt5
4747
Sphinx==3.2.1
48-
sphinx-rtd-theme==0.4.3
48+
sphinx-rtd-theme==0.5.2
4949
recommonmark==0.6.0
5050
m2r==0.2.1

0 commit comments

Comments
 (0)