diff --git a/README.rst b/README.rst index ea892c0..d557791 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,7 @@ Shapely Manipulation and analysis of geometric objects in the Cartesian plane. -.. image:: https://travis-ci.org/Toblerity/Shapely.png?branch=master - :target: https://travis-ci.org/Toblerity/Shapely +.. `TRAVIS CI https://travis-ci.org/Toblerity/Shapely` .. image:: http://farm3.staticflickr.com/2738/4511827859_b5822043b7_o_d.png :width: 800 diff --git a/docs/conf.py b/docs/conf.py index fe3b911..0fc0781 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,6 +39,8 @@ 'sphinx.ext.mathjax', # <--/ ] +mathjax_path = 'mathjax/MathJax.js?config=tex-ams-mml_htmlormml' + # Add any paths that contain templates here, relative to this directory. #templates_path = ['_templates'] diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..693f88b --- /dev/null +++ b/setup.cfg @@ -0,0 +1,4 @@ +[build_sphinx] +source-dir = docs +build-dir = build/sphinx +all_files = 1 diff --git a/setup.py b/setup.py index 9748470..7529165 100755 --- a/setup.py +++ b/setup.py @@ -85,8 +85,7 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Topic :: Scientific/Engineering :: GIS', - ], - data_files = [('shapely', ['shapely/_geos.pxi'])] + ] ) # Add DLLs for Windows