diff --git a/docs/README.txt b/docs/README.txt index c41f1a76..06491bcd 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -19,4 +19,4 @@ Then build the HTML documentation: and the man page: - make man + LC_ALL=C make man diff --git a/docs/conf.py b/docs/conf.py index 46a8b11a..0a20fda6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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__