Porting guide changes when adding a new ansible release

* Add the ansible-4 porting guide to the index
* Need to exclude the porting guide for ansible-4 from the core docs build
pull/73937/head
Toshio Kuratomi 5 years ago
parent 832631b888
commit e10da3c368

@ -10,6 +10,7 @@ This section lists porting guides that can help you in updating playbooks, plugi
:maxdepth: 1
:glob:
porting_guide_4
porting_guide_3
porting_guide_2.10
porting_guide_2.9

@ -99,7 +99,8 @@ exclude_patterns = [
'scenario_guides',
'porting_guides/porting_guides.rst',
'porting_guides/porting_guide_2*',
'porting_guides/porting_guide_3*',
'porting_guides/porting_guide_3.rst',
'porting_guides/porting_guide_4.rst',
'roadmap/index.rst',
'roadmap/ansible_roadmap_index.rst',
'roadmap/old_roadmap_index.rst',

Loading…
Cancel
Save