mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 10:12:55 +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:
|
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('.'))
|
#sys.path.insert(0, os.path.abspath('.'))
|
||||||
|
|
||||||
# Insert Glances' path into the system.
|
# Insert Glances' path into the system.
|
||||||
sys.path.append(os.path.abspath('..'))
|
sys.path.insert(0, os.path.abspath('..'))
|
||||||
|
|
||||||
from glances import __version__
|
from glances import __version__
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user