File tree Expand file tree Collapse file tree 2 files changed +26
-5
lines changed
Expand file tree Collapse file tree 2 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 33
44# You can set these variables from the command line.
55SPHINXOPTS =
6- SPHINXBUILD = python3 -msphinx
6+ SPHINXBUILD = poetry run sphinx-build
77SPHINXPROJ = lox
88SOURCEDIR = .
9- BUILDDIR = _build
9+ BUILDDIR = build
1010
1111# Put it first so that "make" without argument is like "make help".
1212help :
Original file line number Diff line number Diff line change 11lox
22===
33
4- .. toctree ::
5- :maxdepth: 4
4+ .. autoclass :: lox.Announcement
65
7- lox
6+ .. autoclass :: lox.Funnel
7+
8+ .. autoclass :: lox.IndexSemaphore
9+
10+ .. autoclass :: lox.LightSwitch
11+
12+ .. autoclass :: lox.QLock
13+
14+ .. autoclass :: lox.RWLock
15+
16+ .. autofunction :: lox.process
17+
18+ .. autofunction :: lox.thread
19+
20+ Exceptions
21+ ^^^^^^^^^^
22+ .. autoclass :: lox.FunnelPutError
23+
24+ .. autoclass :: lox.FunnelPutTopError
25+
26+ .. autoclass :: lox.SubscribeFinalizedError
27+
28+ .. autoclass :: lox.Timeout
You can’t perform that action at this time.
0 commit comments