Remove hardcoded extlinks link from doc/source/conf

Doc job is failing because sphinx 4.4.0
raise error for hardcoded extlinks link
- https://github.com/sphinx-doc/sphinx/pull/9800

Warning, treated as error for extlinks defined in the
doc/source/conf.py

To fix those error we need to replace all the 'https:/opendev.org/openstack/'
which is defined as extlinks in all the ptl.rst files from previous
release elections too. I think we just remove to define it as extlinks
and keep full complete url in doc which does not harm.

Change-Id: I263da27b3c39a5816e6c8961027337b02e7331d7
This commit is contained in:
Ghanshyam Mann 2022-01-19 13:04:40 -06:00
parent 704c0bf7ef
commit 1654740eee
1 changed files with 0 additions and 5 deletions

View File

@ -36,11 +36,6 @@ extensions = [
todo_include_todos = True
# Define shorthand roles for making links to common destinations.
extlinks = {
'repo': ('https://opendev.org/openstack/%s', ''),
}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']