Skip to content

Commit 95b05d9

Browse files
committed
Fix docs build
Warning, treated as error: /home/travis/build/Supervisor/supervisor/docs/events.rst:326:term superlance not found in case sensitive match.made a reference to Superlance instead. Makefile:29: recipe for target 'html' failed make: *** [html] Error 2 make: Leaving directory '/home/travis/build/Supervisor/supervisor/docs'
1 parent a88a193 commit 95b05d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ stderr, and responds with an ``OK`` result, and then subsequently a
323323
if __name__ == '__main__':
324324
main()
325325
326-
Other sample event listeners are present within the :term:`superlance`
326+
Other sample event listeners are present within the :term:`Superlance`
327327
package, including one which can monitor supervisor subprocesses and
328328
restart a process if it is using "too much" memory.
329329

docs/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Frequently Asked Questions
44
Q
55
My program never starts and supervisor doesn't indicate any error?
66

7-
A
7+
A
88
Make sure the ``x`` bit is set on the executable file you're using in
99
the ``command=`` line of your program section.
1010

@@ -34,6 +34,6 @@ Q
3434
memory automatically?
3535

3636
A
37-
The :term:`superlance` package contains a console script that can be
37+
The :term:`Superlance` package contains a console script that can be
3838
used as a Supervisor event listener named ``memmon`` which helps
3939
with this task. It works on Linux and Mac OS X.

0 commit comments

Comments
 (0)