Unverified Commit ce082425 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci][docs] downdrage sphinx and fix LaTeX error in R-package tests (#2977)

* downdrage sphinx

* fix latex errors

* Revert "fix latex errors"

This reverts commit 3cdf64748ea4dc7083f7b5de4c40ff659a17de65.

* skip checksum verification
parent 6d9e7f17
...@@ -38,8 +38,8 @@ if [[ $OS_NAME == "macos" ]]; then ...@@ -38,8 +38,8 @@ if [[ $OS_NAME == "macos" ]]; then
brew install qpdf brew install qpdf
brew cask install basictex brew cask install basictex
export PATH="/Library/TeX/texbin:$PATH" export PATH="/Library/TeX/texbin:$PATH"
sudo tlmgr update --self sudo tlmgr --verify-repo=none update --self
sudo tlmgr install inconsolata helvetic 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 wget -q https://cran.r-project.org/bin/macosx/R-${R_MAC_VERSION}.pkg -O R.pkg
sudo installer \ sudo installer \
......
sphinx sphinx < 3.0
sphinx_rtd_theme >= 0.3 sphinx_rtd_theme >= 0.3
mock; python_version < '3' mock; python_version < '3'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment