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
105105# #########################
106106/.pytest_cache
107107
108+ # Poetry lock file #
109+ # ###################
110+ poetry.lock
111+
108112# Things specific to this project #
109113# ##################################
Original file line number Diff line number Diff line change 2020# -- Project information -----------------------------------------------------
2121
2222project = 'numpy-financial'
23- copyright = '2019 , numpy-financial developers'
23+ copyright = '2023 , numpy-financial developers'
2424author = 'numpy-financial developers'
2525
2626
3232extensions = [
3333 'sphinx.ext.autodoc' ,
3434 'numpydoc' ,
35- 'sphinx.ext.imgmath ' ,
35+ 'sphinx.ext.mathjax ' ,
3636]
3737
3838# Add any paths that contain templates here, relative to this directory.
5050# The theme to use for HTML and HTML Help pages. See the documentation for
5151# a list of builtin themes.
5252#
53- html_theme = 'bizstyle '
53+ html_theme = 'pydata_sphinx_theme '
5454html_copy_source = False
5555
5656# 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"
4949[tool .poetry .group .docs .dependencies ]
5050sphinx = " ^7.0"
5151numpydoc = " ^1.5"
52+ pydata-sphinx-theme = " ^0.14.3"
5253
5354
5455[tool .poetry .group .lint .dependencies ]
You can’t perform that action at this time.
0 commit comments