Преглед изворни кода

Fix docs build

I definitely know what my package is called
Thomas Kluyver пре 8 година
родитељ
комит
106d50a63b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      doc/conf.py

+ 2 - 2
doc/conf.py

@@ -23,7 +23,7 @@ print('sys.path after addition:')
 for d in sys.path:
 for d in sys.path:
     print(' ', d)
     print(' ', d)
 
 
-import pynsist
+import nsist
 
 
 # -- General configuration ------------------------------------------------
 # -- General configuration ------------------------------------------------
 
 
@@ -60,7 +60,7 @@ copyright = u'2014, Thomas Kluyver'
 # built documents.
 # built documents.
 #
 #
 # The short X.Y version.
 # The short X.Y version.
-version = pynsist.__version__
+version = nsist.__version__
 # The full version, including alpha/beta/rc tags.
 # The full version, including alpha/beta/rc tags.
 release = version
 release = version