Added more information in documenation and spell-check
[ric-app/admin.git] / docs / conf.py
1 from docs_conf.conf import *
2 linkcheck_ignore = [
3     'http://localhost.*',
4     'http://127.0.0.1.*',
5     'https://gerrit.o-ran-sc.org.*'
6 ]
7 extensions = ['sphinx.ext.autosectionlabel']
8 intersphinx_mapping = {}
9 intersphinx_mapping['ric-app-admin'] = ('https://o-ran-sc-doc.readthedocs.io/projects/o-ran-sc-ric-app-admin/en/%s' % 'latest')