mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
[doc] pypandoc
This commit is contained in:
parent
2310ca2c08
commit
7849a02de2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -56,7 +56,7 @@ def read_to_rst(fname):
|
|||
#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'))
|
||||
pypandoc.convert('README.md', 'rst', outfile='README.rst')
|
||||
pypandoc.convert('README.md', 'rst', outputfile='README.rst')
|
||||
except ImportError:
|
||||
return read(fname)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue