Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
7ab659e2
Unverified
Commit
7ab659e2
authored
Jul 30, 2021
by
Lu Lu
Committed by
GitHub
Jul 30, 2021
Browse files
Remove DGL_LOADALL=true (#3150)
DGL_LOADALL=true is not used in the code anymore.
parent
39764da4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/Makefile
docs/Makefile
+4
-4
No files found.
docs/Makefile
View file @
7ab659e2
...
...
@@ -19,7 +19,7 @@ mxnet:
@
echo
"# Step 1: Building MXNet tutorials #"
@
echo
"# #"
@
echo
"##################################################################"
@
DGLBACKEND
=
mxnet
DGL_LOADALL
=
true
$(SPHINXBUILD)
-M
html
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
@
DGLBACKEND
=
mxnet
$(SPHINXBUILD)
-M
html
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
pytorch
:
@
echo
"##################################################################"
...
...
@@ -27,7 +27,7 @@ pytorch:
@
echo
"# Step 2: Building PyTorch tutorials #"
@
echo
"# #"
@
echo
"##################################################################"
@
DGLBACKEND
=
pytorch
DGL_LOADALL
=
true
$(SPHINXBUILD)
-M
html
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
@
DGLBACKEND
=
pytorch
$(SPHINXBUILD)
-M
html
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
tensorflow
:
@
echo
"##################################################################"
...
...
@@ -35,10 +35,10 @@ tensorflow:
@
echo
"# Step 3: Building Tensorflow tutorials #"
@
echo
"# #"
@
echo
"##################################################################"
@
DGLBACKEND
=
tensorflow
DGL_LOADALL
=
true
$(SPHINXBUILD)
-M
html
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
@
DGLBACKEND
=
tensorflow
$(SPHINXBUILD)
-M
html
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
html-noexec
:
DGL_LOADALL
=
true
$(SPHINXBUILD)
-D
plot_gallery
=
0
-b
html
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
/html"
$(SPHINXBUILD)
-D
plot_gallery
=
0
-b
html
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
/html"
@
echo
@
echo
"Build finished. The HTML pages are in
$(BUILDDIR)
/html."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment