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
02cb0b48
Commit
02cb0b48
authored
Aug 27, 2013
by
Will Daly
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #795 from edx/will/silence-doc-warnings
Silence doc test errors/warnings
parents
cee44501
12cf060b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
docs/course_authors/Makefile
+2
-2
docs/data/Makefile
+2
-2
docs/developers/Makefile
+1
-1
rakelib/docs.rake
+1
-1
No files found.
docs/course_authors/Makefile
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
...
...
docs/data/Makefile
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
...
...
docs/developers/Makefile
View file @
02cb0b48
...
...
@@ -15,7 +15,7 @@ endif
Q_FLAG
=
ifeq
($(quiet),
true)
Q_FLAG
=
-
q
Q_FLAG
=
-
Q
endif
# Internal variables.
...
...
rakelib/docs.rake
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
...
...
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