mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 02:02:32 +03:00
Fix Sphinx doc/man generation
This commit is contained in:
parent
fcfdc75f74
commit
6f1b0fd0ee
@ -19,4 +19,4 @@ Then build the HTML documentation:
|
||||
|
||||
and the man page:
|
||||
|
||||
make man
|
||||
LC_ALL=C make man
|
||||
|
@ -22,7 +22,7 @@ from datetime import datetime
|
||||
#sys.path.insert(0, os.path.abspath('.'))
|
||||
|
||||
# Insert Glances' path into the system.
|
||||
sys.path.append(os.path.abspath('..'))
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
from glances import __version__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user