summaryrefslogtreecommitdiff
path: root/docs/docsite/sphinx_conf
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2021-03-16 13:42:36 -0700
committerToshio Kuratomi <a.badger@gmail.com>2021-03-17 08:41:02 -0700
commite10da3c368d4ea95e74f4770124bfbc03e478933 (patch)
treed4e9fac0f2f27b3aed5631915a1db723fb797857 /docs/docsite/sphinx_conf
parent832631b888bf603d42469d754de6ce662ab619d0 (diff)
downloadansible-e10da3c368d4ea95e74f4770124bfbc03e478933.tar.gz
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
Diffstat (limited to 'docs/docsite/sphinx_conf')
-rw-r--r--docs/docsite/sphinx_conf/core_conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py
index 709a3d5e01..b31dc49ce7 100644
--- a/docs/docsite/sphinx_conf/core_conf.py
+++ b/docs/docsite/sphinx_conf/core_conf.py
@@ -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',