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
332703c8
Commit
332703c8
authored
Aug 02, 2013
by
Julian Arni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix repeated doc builds
parent
3d44c83f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
9 deletions
+1
-9
rakelib/docs.rake
+0
-5
rakelib/tests.rake
+1
-4
No files found.
rakelib/docs.rake
View file @
332703c8
...
...
@@ -16,11 +16,6 @@ task :builddocs, [:options] do |t, args|
Dir
.
chdir
(
path
)
do
sh
(
'make html'
)
end
path
=
"docs"
Dir
.
chdir
(
path
)
do
sh
(
'make html'
)
end
end
desc
"Show docs in browser (mac and ubuntu)."
...
...
rakelib/tests.rake
View file @
332703c8
...
...
@@ -44,8 +44,6 @@ task :test_docs do
(You shouldn't fix rst warnings and errors for this to pass, just get rid of exceptions.)"
puts
(
test_message
%
[
"rake doc"
]).
colorize
(
:light_green
)
test_sh
(
'rake builddocs'
)
puts
(
test_message
%
[
"rake doc[pub]"
]).
colorize
(
:light_green
)
test_sh
(
'rake builddocs[pub]'
)
end
task
:clean_test_files
do
...
...
@@ -161,4 +159,4 @@ task :coverage => :report_dirs do
if
not
found_coverage_info
puts
"No coverage info found. Run `rake test` before running `rake coverage`."
end
end
\ No newline at end of file
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