Fix Sphinx doc/man generation

This commit is contained in:
Alessio Sergi 2016-03-12 15:34:33 +01:00
parent fcfdc75f74
commit 6f1b0fd0ee
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ Then build the HTML documentation:
and the man page:
make man
LC_ALL=C make man

View File

@ -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__