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 165c8d3 commit aec6715Copy full SHA for aec6715
docs/Makefile
@@ -1,6 +1,6 @@
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
+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
6
0 commit comments