Skip to content

Commit fdf7a7c

Browse files
committed
Update to use sphinx.ext.napoleon
1 parent 2c692a2 commit fdf7a7c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ sphinx:
3030
# Optional but recommended, declare the Python requirements required
3131
# to build your documentation
3232
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33-
python:
34-
install:
35-
- requirements: docs/source/readthedocs-pip-requirements.txt
33+
# python:
34+
# install:
35+
# - requirements: docs/source/readthedocs-pip-requirements.txt

docs/source/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', 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', 'sphinxcontrib.napoleon']
28+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon']
2929

3030
# MAC addition: Get constructor docstring properly:
3131
autoclass_content = 'both'
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '1.3.2'
56+
version = '1.4.0'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.3.2'
58+
release = '1.4.0'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

0 commit comments

Comments
 (0)