Merge pull request #538 from jtpio/pydata-sphinx-theme

Update the docs theme to pydata-sphinx-theme
This commit is contained in:
Georgiana Elena
2020-03-23 17:10:24 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ intersphinx_cache_limit = 90 # days
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
html_theme = 'pandas_sphinx_theme'
html_theme = 'pydata_sphinx_theme'
html_logo = 'images/logo/logo.png'
html_favicon = 'images/logo/favicon.ico'

View File

@@ -1,3 +1,3 @@
sphinx>=1.4, !=1.5.4
sphinx_copybutton
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master
pydata-sphinx-theme