Skip to content

Commit

Permalink
[ci][docs] downdrage sphinx and fix LaTeX error in R-package tests (#…
Browse files Browse the repository at this point in the history
…2977)

* downdrage sphinx

* fix latex errors

* Revert "fix latex errors"

This reverts commit 3cdf647.

* skip checksum verification
  • Loading branch information
StrikerRUS committed Apr 7, 2020
1 parent 6d9e7f1 commit ce08242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/test_r_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ if [[ $OS_NAME == "macos" ]]; then
brew install qpdf
brew cask install basictex
export PATH="/Library/TeX/texbin:$PATH"
sudo tlmgr update --self
sudo tlmgr install inconsolata helvetic
sudo tlmgr --verify-repo=none update --self
sudo tlmgr --verify-repo=none install inconsolata helvetic

wget -q https://cran.r-project.org/bin/macosx/R-${R_MAC_VERSION}.pkg -O R.pkg
sudo installer \
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx
sphinx < 3.0
sphinx_rtd_theme >= 0.3
mock; python_version < '3'

0 comments on commit ce08242

Please sign in to comment.