File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -105,5 +105,9 @@ Thumbs.db
105
105
# #########################
106
106
/.pytest_cache
107
107
108
+ # Poetry lock file #
109
+ # ###################
110
+ poetry.lock
111
+
108
112
# Things specific to this project #
109
113
# ##################################
Original file line number Diff line number Diff line change 20
20
# -- Project information -----------------------------------------------------
21
21
22
22
project = 'numpy-financial'
23
- copyright = '2019 , numpy-financial developers'
23
+ copyright = '2023 , numpy-financial developers'
24
24
author = 'numpy-financial developers'
25
25
26
26
32
32
extensions = [
33
33
'sphinx.ext.autodoc' ,
34
34
'numpydoc' ,
35
- 'sphinx.ext.imgmath ' ,
35
+ 'sphinx.ext.mathjax ' ,
36
36
]
37
37
38
38
# Add any paths that contain templates here, relative to this directory.
50
50
# The theme to use for HTML and HTML Help pages. See the documentation for
51
51
# a list of builtin themes.
52
52
#
53
- html_theme = 'bizstyle '
53
+ html_theme = 'pydata_sphinx_theme '
54
54
html_copy_source = False
55
55
56
56
# Add any paths that contain custom static files (such as style sheets) here,
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ pytest = "^7.4"
49
49
[tool .poetry .group .docs .dependencies ]
50
50
sphinx = " ^7.0"
51
51
numpydoc = " ^1.5"
52
+ pydata-sphinx-theme = " ^0.14.3"
52
53
53
54
54
55
[tool .poetry .group .lint .dependencies ]
You can’t perform that action at this time.
0 commit comments