|
|
@@ -7,15 +7,22 @@ module Docs
|
|
|
code: 'https://github.com/ansible/ansible'
|
|
|
}
|
|
|
|
|
|
- html_filters.push 'ansible/entries', 'sphinx/clean_html'
|
|
|
+ html_filters.push 'ansible/entries', 'sphinx/clean_html', 'ansible/clean_html'
|
|
|
|
|
|
options[:skip] = %w(
|
|
|
- glossary.html
|
|
|
- faq.html
|
|
|
- community.html
|
|
|
- tower.html
|
|
|
- quickstart.html
|
|
|
- list_of_all_modules.html)
|
|
|
+ installation_guide/index.html
|
|
|
+ reference_appendices/glossary.html
|
|
|
+ reference_appendices/faq.html
|
|
|
+ reference_appendices/tower.html
|
|
|
+ user_guide/quickstart.html
|
|
|
+ modules/modules_by_category.html
|
|
|
+ modules/list_of_all_modules.html)
|
|
|
+
|
|
|
+ options[:skip_patterns] = [
|
|
|
+ /\Acommunity.*/i,
|
|
|
+ /\Adev_guide.*/i,
|
|
|
+ /\Aroadmap.*/i,
|
|
|
+ ]
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
© 2012–2018 Michael DeHaan<br>
|
|
|
@@ -23,9 +30,9 @@ module Docs
|
|
|
Licensed under the GNU General Public License version 3.
|
|
|
HTML
|
|
|
|
|
|
- version '2.4' do
|
|
|
- self.release = '2.4.3'
|
|
|
- self.base_url = 'https://docs.ansible.com/ansible/2.4/'
|
|
|
+ version '2.5' do
|
|
|
+ self.release = '2.5.3'
|
|
|
+ self.base_url = 'https://docs.ansible.com/ansible/2.5/'
|
|
|
end
|
|
|
end
|
|
|
end
|