blob: 5b443e9fe417c814e235715beed82e83dcca0355 [file] [log] [blame]
import os
import sys
from docs_conf.conf import *
sys.path.insert(0, os.path.abspath("../"))
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "numpydoc"]
# dont alphabetically order
autodoc_member_order = "bysource"
linkcheck_ignore = ["http://localhost.*", "http://127.0.0.1.*", "https://gerrit.o-ran-sc.org.*"]