update conf.py (#74751)

This commit is contained in:
Sandra McCann 2021-05-18 16:34:43 -04:00 committed by GitHub
parent 138dfa4549
commit cd8e3a2208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,11 +96,10 @@ exclude_patterns = [
'core_index.rst',
'porting_guides/core_porting_guides.rst',
'porting_guides/porting_guide_base_2.10.rst',
'porting_guides/porting_guide_core_2.11.rst',
'porting_guides/porting_guide_core_*',
'roadmap/index.rst',
'roadmap/ansible_core_roadmap_index.rst',
'roadmap/ROADMAP_2_10.rst',
'roadmap/ROADMAP_2_11.rst'
'roadmap/ROADMAP_2_1*',
]
# The reST default role (used for this markup: `text`) to use for all
@ -158,7 +157,7 @@ html_context = {
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
'latest_version': '3',
'latest_version': '4',
# list specifically out of order to make latest work
'available_versions': ('latest', '2.9', 'devel'),
'css_files': ('_static/ansible.css', # overrides to the standard theme