mirror of https://github.com/nicolargo/glances.git
Error while generating the documentation (ModuleNotFoundError: No module named 'glances') #2391
This commit is contained in:
parent
e8daa49eea
commit
6ea9185ba2
652
docs/api.rst
652
docs/api.rst
File diff suppressed because it is too large
Load Diff
|
|
@ -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 ------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue