Skip to content

Commit

Permalink
Update to pydata-sphinx-theme.
Browse files Browse the repository at this point in the history
Updated conf.py and setup.py rtd extras to depend on
pydata-sphinx-theme (recent name change).

Removed requirements.txt from docs, which only contained
a pointer to the repo for pandas_sphinx_theme
  • Loading branch information
rossbar committed Mar 20, 2020
1 parent 3307967 commit 268dd9e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- cache-pip
- run: |
pip install --user -e .[sphinx,rtd]
pip install -r docs/requirements.txt
- save_cache:
key: cache-pip
paths:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "pandas_sphinx_theme"
html_theme = "pydata_sphinx_theme"
html_logo = "_static/logo.png"

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"pytest-regressions",
"beautifulsoup4",
],
"rtd": ["sphinxcontrib-bibtex", "ipython"],
"rtd": ["sphinxcontrib-bibtex", "ipython", "pydata-sphinx-theme"],
},
zip_safe=True,
)

0 comments on commit 268dd9e

Please sign in to comment.