Skip to content

Commit

Permalink
Use fork of RTD theme
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Jul 21, 2019
1 parent 9a95bd6 commit a89d65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
. venv/bin/activate
pip install --upgrade pip
pip install .[dev]
pip install https://github.com/Juanlu001/sphinx_rtd_theme/archive/js-head.zip
pip install https://github.com/Juanlu001/sphinx_rtd_theme/archive/avoid-require-redefinition.zip
- run:
name: build docs
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dev =
pytest-cov<2.6.0
pytest-mpl
sphinx
sphinx_rtd_theme>=0.4.3
sphinx_rtd_theme @ https://github.com/Juanlu001/sphinx_rtd_theme/archive/avoid-require-redefinition.zip
sphinx-notfound-page
tox

Expand Down

0 comments on commit a89d65d

Please sign in to comment.