Skip to content

Commit ebcd729

Browse files
author
Martin Journois
committed
Remove sphinxcontrib-napoleon and update version
1 parent f327c36 commit ebcd729

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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.
3131
templates_path = ['_templates']
@@ -48,9 +48,9 @@
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.

docs/installing.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ To build the docs, you'll also need to install:
7070
::
7171

7272
sphinx
73-
sphinxcontrib-napoleon
7473

7574
Then go in folium base folder (`~/sandbox/folium` for example)
7675
::

0 commit comments

Comments
 (0)