You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Makefile
-22
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,12 @@ SPHINXOPTS =
6
6
SPHINXBUILD = sphinx-build
7
7
PAPER =
8
8
BUILDDIR = docs/_build
9
-
GH_PAGES_SOURCES = docs pygccxml Makefile
10
9
11
10
# User-friendly check for sphinx-build
12
11
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
13
12
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
14
13
endif
15
14
16
-
# Check if the spinx version is the right one. Sphinx does not allow to check for
17
-
# minor sphinx revisions in conf.py, so we have to do this check here.
18
-
# This is needed because it the doc is uploaded to the git pages, we don't want
19
-
# to merge in changes due to a sphinx version change.
0 commit comments