Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
02cb0b48
Commit
02cb0b48
authored
11 years ago
by
Will Daly
Browse files
Options
Downloads
Plain Diff
Merge pull request #795 from edx/will/silence-doc-warnings
Silence doc test errors/warnings
parents
cee44501
12cf060b
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/course_authors/Makefile
+2
-2
2 additions, 2 deletions
docs/course_authors/Makefile
docs/data/Makefile
+2
-2
2 additions, 2 deletions
docs/data/Makefile
docs/developers/Makefile
+1
-1
1 addition, 1 deletion
docs/developers/Makefile
rakelib/docs.rake
+1
-1
1 addition, 1 deletion
rakelib/docs.rake
with
6 additions
and
6 deletions
docs/course_authors/Makefile
+
2
−
2
View file @
02cb0b48
...
...
@@ -15,13 +15,13 @@ endif
Q_FLAG
=
ifeq
($(quiet), true)
Q_FLAG
=
-
q
Q_FLAG
=
-
Q
endif
# Internal variables.
PAPEROPT_a4
=
-D
latex_paper_size
=
a4
PAPEROPT_letter
=
-D
latex_paper_size
=
letter
ALLSPHINXOPTS
=
-q
-d
$(
BUILDDIR
)
/doctrees
-c
source
$(
PAPEROPT_
$(
PAPER
))
$(
SPHINXOPTS
)
source
ALLSPHINXOPTS
=
$(
Q_FLAG
)
-d
$(
BUILDDIR
)
/doctrees
-c
source
$(
PAPEROPT_
$(
PAPER
))
$(
SPHINXOPTS
)
source
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS
=
$(
PAPEROPT_
$(
PAPER
))
$(
SPHINXOPTS
)
source
...
...
This diff is collapsed.
Click to expand it.
docs/data/Makefile
+
2
−
2
View file @
02cb0b48
...
...
@@ -15,13 +15,13 @@ endif
Q_FLAG
=
ifeq
($(quiet), true)
Q_FLAG
=
-
q
Q_FLAG
=
-
Q
endif
# Internal variables.
PAPEROPT_a4
=
-D
latex_paper_size
=
a4
PAPEROPT_letter
=
-D
latex_paper_size
=
letter
ALLSPHINXOPTS
=
-q
-d
$(
BUILDDIR
)
/doctrees
-c
source
$(
PAPEROPT_
$(
PAPER
))
$(
SPHINXOPTS
)
source
ALLSPHINXOPTS
=
$(
Q_FLAG
)
-d
$(
BUILDDIR
)
/doctrees
-c
source
$(
PAPEROPT_
$(
PAPER
))
$(
SPHINXOPTS
)
source
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS
=
$(
PAPEROPT_
$(
PAPER
))
$(
SPHINXOPTS
)
source
...
...
This diff is collapsed.
Click to expand it.
docs/developers/Makefile
+
1
−
1
View file @
02cb0b48
...
...
@@ -15,7 +15,7 @@ endif
Q_FLAG
=
ifeq
($(quiet), true)
Q_FLAG
=
-
q
Q_FLAG
=
-
Q
endif
# Internal variables.
...
...
This diff is collapsed.
Click to expand it.
rakelib/docs.rake
+
1
−
1
View file @
02cb0b48
...
...
@@ -18,7 +18,7 @@ task :builddocs, [:type, :quiet] do |t, args|
if
args
.
quiet
==
'verbose'
sh
(
'make html quiet=false'
)
else
sh
(
'make html'
)
sh
(
'make html
quiet=true
'
)
end
end
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment