We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5364a2a commit 65e6beeCopy full SHA for 65e6bee
docs/Makefile
@@ -1,8 +1,8 @@
1
# Makefile for Sphinx documentation
2
#
3
-WATCH_FILES= find .. -type f -not -path '*/\.*' | grep -i '.*[.]\(rst\|md\)\$\|.*[.]py\$\|CHANGES\|TODO\|.*conf\.py' 2> /dev/null
4
SHELL := /bin/bash
5
HTTP_PORT = 8031
+WATCH_FILES= find .. -type f -not -path '*/\.*' | grep -i '.*[.]\(rst\|md\)\$\|.*[.]py\$\|CHANGES\|TODO\|.*conf\.py' 2> /dev/null
6
7
# You can set these variables from the command line.
8
SPHINXOPTS =
0 commit comments