File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626# Add any Sphinx extension module names here, as strings. They can be extensions
2727# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28- extensions = ['sphinx.ext.autodoc' , 'sphinxcontrib .napoleon' ]
28+ extensions = ['sphinx.ext.autodoc' , 'sphinx.ext .napoleon' ]
2929
3030# Add any paths that contain templates here, relative to this directory.
3131templates_path = ['_templates' ]
4848# built documents.
4949#
5050# The short X.Y version.
51- version = '0.1.2 '
51+ version = '0.2.0 '
5252# The full version, including alpha/beta/rc tags.
53- release = '0.1.2 '
53+ release = '0.2.0 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ To build the docs, you'll also need to install:
7070::
7171
7272 sphinx
73- sphinxcontrib-napoleon
7473
7574Then go in folium base folder (`~/sandbox/folium ` for example)
7675::
You can’t perform that action at this time.
0 commit comments