Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
2795f85c
Commit
2795f85c
authored
Jun 03, 2014
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3964 from edx/benpatterson/auto-docs-builds
Allow consumption of environment variables in docs Makefiles
parents
0103700a
aa6e83fd
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
24 deletions
+24
-24
docs/en_us/ORA2/Makefile
+4
-4
docs/en_us/course_authors/Makefile
+4
-4
docs/en_us/data/Makefile
+4
-4
docs/en_us/developers/Makefile
+4
-4
docs/en_us/install_operations/Makefile
+4
-4
docs/en_us/release_notes/Makefile
+4
-4
No files found.
docs/en_us/ORA2/Makefile
View file @
2795f85c
...
...
@@ -2,10 +2,10 @@
#
# You can set these variables from the command line.
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
PAPER
=
BUILDDIR
=
build
SPHINXOPTS
?
=
SPHINXBUILD
?
=
sphinx-build
PAPER
?
=
BUILDDIR
?
=
build
# User-friendly check for sphinx-build
ifeq
($(shell
which
$(SPHINXBUILD)
>/dev/null
2>&1;
echo
$$?),
1)
...
...
docs/en_us/course_authors/Makefile
View file @
2795f85c
...
...
@@ -2,10 +2,10 @@
#
# You can set these variables from the command line.
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
PAPER
=
BUILDDIR
=
build
SPHINXOPTS
?
=
SPHINXBUILD
?
=
sphinx-build
PAPER
?
=
BUILDDIR
?
=
build
# User-friendly check for sphinx-build
ifeq
($(shell
which
$(SPHINXBUILD)
>/dev/null
2>&1;
echo
$$?),
1)
...
...
docs/en_us/data/Makefile
View file @
2795f85c
...
...
@@ -2,10 +2,10 @@
#
# You can set these variables from the command line.
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
PAPER
=
BUILDDIR
=
build
SPHINXOPTS
?
=
SPHINXBUILD
?
=
sphinx-build
PAPER
?
=
BUILDDIR
?
=
build
# User-friendly check for sphinx-build
ifeq
($(shell
which
$(SPHINXBUILD)
>/dev/null
2>&1;
echo
$$?),
1)
...
...
docs/en_us/developers/Makefile
View file @
2795f85c
...
...
@@ -2,10 +2,10 @@
#
# You can set these variables from the command line.
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
PAPER
=
BUILDDIR
=
build
SPHINXOPTS
?
=
SPHINXBUILD
?
=
sphinx-build
PAPER
?
=
BUILDDIR
?
=
build
# User-friendly check for sphinx-build
ifeq
($(shell
which
$(SPHINXBUILD)
>/dev/null
2>&1;
echo
$$?),
1)
...
...
docs/en_us/install_operations/Makefile
View file @
2795f85c
...
...
@@ -2,10 +2,10 @@
#
# You can set these variables from the command line.
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
PAPER
=
BUILDDIR
=
build
SPHINXOPTS
?
=
SPHINXBUILD
?
=
sphinx-build
PAPER
?
=
BUILDDIR
?
=
build
# User-friendly check for sphinx-build
ifeq
($(shell
which
$(SPHINXBUILD)
>/dev/null
2>&1;
echo
$$?),
1)
...
...
docs/en_us/release_notes/Makefile
View file @
2795f85c
...
...
@@ -2,10 +2,10 @@
#
# You can set these variables from the command line.
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
PAPER
=
BUILDDIR
=
build
SPHINXOPTS
?
=
SPHINXBUILD
?
=
sphinx-build
PAPER
?
=
BUILDDIR
?
=
build
# User-friendly check for sphinx-build
ifeq
($(shell
which
$(SPHINXBUILD)
>/dev/null
2>&1;
echo
$$?),
1)
...
...
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