Skip to content

Commit d7acfd4

Browse files
committed
update doc requirements
1 parent af7f4f2 commit d7acfd4

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Automatic broadcasting is performed on the inputs.
1212
On top of vectorization, modifications to py_vollib include additional `numba` speedups; as such, `numba` is required.
1313
These speedups make `py_vollib_vectorized` the fastest library for pricing option contracts.
1414

15-
See the [documentation](https://py_vollib_vectorized.readthedocs.io/en/latest) for more details.
15+
See the [documentation](https://py-vollib-vectorized.readthedocs.io/en/latest) for more details.
1616

1717
## Installation
1818

@@ -103,7 +103,7 @@ result = price_dataframe(df, flag_col='Flag', underlying_price_col='S', strike_c
103103

104104
```
105105

106-
See the [documentation](https//py_vollib_vectorized.readthedocs.io/en/latest) for more details.
106+
See the [documentation](https//py-vollib-vectorized.readthedocs.io/en/latest) for more details.
107107

108108
## Benchmarking
109109

docs/requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
py_vollib
2+
numba>=0.47.0
3+
py_lets_be_rational
4+
numpy
5+
pandas
6+
scipy

readthedocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ sphinx:
77

88
# Optionally set the version of Python and requirements required to build your docs
99
python:
10-
version: 3.6
10+
version: 3.6
11+
install:
12+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)