Error while generating the documentation (ModuleNotFoundError: No module named 'glances') #2391

This commit is contained in:
nicolargo 2023-05-13 15:30:09 +02:00
parent e8daa49eea
commit 6ea9185ba2
3 changed files with 346 additions and 310 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
from glances import __version__
import sys
import os
from datetime import datetime
@ -26,6 +25,7 @@ from datetime import datetime
sys.path.insert(0, os.path.abspath('..'))
# WARNING: Do not move this import before the sys.path.insert() call.
from glances import __version__
# -- General configuration ------------------------------------------------

View File

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "GLANCES" "1" "Apr 16, 2023" "3.4.0_beta1" "Glances"
.TH "GLANCES" "1" "May 13, 2023" "3.4.0_RC1" "Glances"
.SH NAME
glances \- An eye on your system
.SH SYNOPSIS