Skip to content

Commit

Permalink
docs fixes again
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed Oct 26, 2011
1 parent 0bffd08 commit ce1249b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ task :help do
puts " aur Uploads an AUR tarball."
puts " docshtml Creates the docs in HTML."
puts " docszip Zips the docs made by docshtml."
puts " git Pushes the changes to GitHub."

end

Expand All @@ -29,7 +30,7 @@ task :prepare, :ver do |t, args|

sh "sed \"s/version=.*/version='#{version}',/\" setup.py -i"
sh "sed \"s/release = .*/release = '#{version}'/\" docs/conf.py -i"
sh "sed \"s/version = .*/version = '#{version}'/\" docs/conf.py -i"
#sh "sed \"s/version = .*/version = '#{version}'/\" docs/conf.py -i"
sh "sed \"s/:Version: .*/:Version: #{version}/\" docs/*.rst -i"
sh "sed \"s/:Version: .*/:Version: #{version}/\" README.rst -i"
sh "sed \"s/BUILDer .* do/BUILDer #{version} do/\" docs/index.rst -i"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# built documents.
#
# The short X.Y version.
version = '2.1.2.5'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.2.5'

Expand Down

0 comments on commit ce1249b

Please sign in to comment.