[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] docs/sphinx: import sys for error reporting
commit f79af67982ef26e0395d81baff39d10705dedcda Author: Yann Dirson <yann.dirson@xxxxxxxxxx> AuthorDate: Wed Jan 15 12:27:56 2025 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Thu Jan 16 11:22:11 2025 +0000 docs/sphinx: import sys for error reporting Signed-off-by: Yann Dirson <yann.dirson@xxxxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5d2e979449..2fb8bafe65 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,6 +6,8 @@ # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html +import sys + # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, @@ -13,7 +15,6 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. # # import os -# import sys # sys.path.insert(0, os.path.abspath('.')) -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |