X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=5b443e9fe417c814e235715beed82e83dcca0355;hb=fbb5928134d64dbab8bc3e64b23c2f21e4c4be6f;hp=974c30919f10bb59197cff40ef1690c4467f4e0f;hpb=25acb2e3753d3a2cb1b524170353d5296d2af8bc;p=ric-plt%2Fxapp-frame-py.git diff --git a/docs/conf.py b/docs/conf.py index 974c309..5b443e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,12 @@ +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.*"]