mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[doc] pypandoc
This commit is contained in:
parent
c9517a91a2
commit
dedf12b5b2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -55,7 +55,7 @@ def read_to_rst(fname):
|
|||
import pypandoc
|
||||
#print 'Warning in installation: For rst formatting in pypi, consider installing pypandoc for conversion'
|
||||
with open('README.rst', 'w') as f:
|
||||
f.write(pypandoc.convert('README.md', 'rst'))
|
||||
f.write(unicode(pypandoc.convert('README.md', 'rst')))
|
||||
except ImportError:
|
||||
return read(fname)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue