[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 3cdf64748e.

* skip checksum verification
This commit is contained in:
Nikita Titov 2020-04-07 16:24:09 +03:00 коммит произвёл GitHub
Родитель 6d9e7f1796
Коммит ce08242567
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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 \

Просмотреть файл

@ -1,3 +1,3 @@
sphinx
sphinx < 3.0
sphinx_rtd_theme >= 0.3
mock; python_version < '3'