X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=6a252b056ea6fc6df79b6243c2fbb64944c37309;hb=12486343219663d484705f05ab8d2ed3306f66d7;hp=ccad5c3ea57853be6c606711bdb1202f9c7db07e;hpb=9c09be1e9598d4e145faea412b047b64d38feb22;p=ric-plt%2Fxapp-frame-py.git diff --git a/docs/conf.py b/docs/conf.py index ccad5c3..6a252b0 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,6 +5,8 @@ from docs_conf.conf import * # autodoc needs this to find the code sys.path.insert(0, os.path.abspath("../")) +language = 'en' + extensions = ["sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinx.ext.viewcode", "numpydoc"] # don't alphabetically order