Skip to content

Commit

Permalink
revert to older Sphinx, as work-around for sphinx-contrib/sphinxcontr…
Browse files Browse the repository at this point in the history
…ib-versioning#39. Furthermore, remove external napoleon in travis, to be consistent with project Makefile
  • Loading branch information
jwkaltz committed Oct 29, 2018
1 parent f493f52 commit 0ee9efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ after_success:
- git clean -x

before_deploy:
- pip install sphinxcontrib-versioning 'Sphinx<1.8' Mako sphinx_rtd_theme sphinxcontrib.napoleon --editable .[recommend]
- pip install sphinxcontrib-versioning 'Sphinx<1.6' Mako sphinx_rtd_theme --editable .[recommend]
- openssl aes-256-cbc -K $encrypted_43de73a10f25_key -iv $encrypted_43de73a10f25_iv -in deploy_rsa.enc -out ~/.ssh/id_rsa -d
- eval "$(ssh-agent -s)"
- chmod 0600 ~/.ssh/id_rsa
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install: $(PYTHON_VENV)
touch $@

$(SPHINXBUILD): .venv/requirements-timestamp
$(VENV_BIN)pip$(PYTHON_BIN_POSTFIX) install "Sphinx<1.8" sphinx_rtd_theme
$(VENV_BIN)pip$(PYTHON_BIN_POSTFIX) install "Sphinx<1.6" sphinx_rtd_theme

.PHONY: doc
doc: $(SPHINXBUILD)
Expand Down

0 comments on commit 0ee9efc

Please sign in to comment.