Skip to content
Snippets Groups Projects
Unverified Commit 09532ff9 authored by Johannes Blaschke's avatar Johannes Blaschke Committed by GitHub
Browse files

Merge pull request #1 from AMReX-Codes/mwm/sphinx_rtd_theme

Use sphinx-rtd-theme from pypi
parents e5d5cebc ebf5ff33
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,8 @@ language: generic
python:
- 3.6
install:
- pip install --user sphinx # sphinx_rtd_theme
# pypi's sphinx_rtd_theme is outdated. Internet recommends using current
# master. Note: at some point, it will be OK to add `sphinx_rtd_theme` to
# the `pip install` above => remove line below:
- python -m pip install --user https://github.com/rtfd/sphinx_rtd_theme/archive/master.zip -U
install:
- python -m pip install --user sphinx sphinx-rtd-theme
script: bash ./build_and_deploy.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment