Skip to content

Commit 02994b7

Browse files
committed
added cvxpy to documentation requirements so all methods get imported for docs build
1 parent 62d27ee commit 02994b7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Python methods for numerical differentiation of noisy data, including multi-obje
99
</p>
1010

1111
<p align="center">
12-
<a href='https://pynumdiff.readthedocs.io/en/master/?badge=master'>
13-
<img src='https://readthedocs.org/projects/pynumdiff/badge/?version=master' alt='Documentation Status' /></a>
12+
<a href='https://pynumdiff.readthedocs.io/master/'>
13+
<img src='https://app.readthedocs.org/projects/pynumdiff/badge/?version=master' alt='Documentation Status' /></a>
1414
<a href="https://badge.fury.io/py/pynumdiff">
1515
<img src="https://badge.fury.io/py/pynumdiff.svg" alt="PyPI version" height="18"></a>
1616
<a href="https://zenodo.org/badge/latestdoi/159711175">

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ dev = [
4848
]
4949
docs = [
5050
"sphinx",
51-
"sphinx_rtd_theme"
51+
"sphinx_rtd_theme",
52+
"cvxpy"
5253
]
5354

5455
[tool.setuptools_scm]

0 commit comments

Comments
 (0)