Skip to content

Commit 432eca8

Browse files
committed
Initial change to pydata_sphinx_theme
This applies the pydata_sphinx_theme theme to NumPy Financial. The theme builds and the documentation is rendered _almost_ correctly, except that LaTeX is rendered to the far right of the page.
1 parent f681ec3 commit 432eca8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'numpy-financial'
23-
copyright = '2019, numpy-financial developers'
23+
copyright = '2023, numpy-financial developers'
2424
author = 'numpy-financial developers'
2525

2626

@@ -50,7 +50,7 @@
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'
5454
html_copy_source = False
5555

5656
# Add any paths that contain custom static files (such as style sheets) here,

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pytest = "^7.4"
4949
[tool.poetry.group.docs.dependencies]
5050
sphinx = "^7.0"
5151
numpydoc = "^1.5"
52+
pydata-sphinx-theme = "^0.14.3"
5253

5354

5455
[tool.poetry.group.lint.dependencies]

0 commit comments

Comments
 (0)