Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Nikita Titov ac33a483ef
bump min sphinx_rtd_theme version (#3803) 2021-01-20 20:33:44 -06:00
Nikita Titov 44a6fb7ffa
[python] Drop Python 2 support (#3581)
* Update setup.py

* Update .appveyor.yml

* Update .travis.yml

* Update .vsts-ci.yml

* Update __init__.py

* Update test.sh

* Update test_windows.ps1

* Update advanced_example.py

* Update requirements_base.txt

* Update conf.py

* Update conf.py

* Update test_engine.py

* Update utils.py

* Update dockerfile-r

* Update README.md

* Update dockerfile.gpu

* Update test_consistency.py

* Update basic.py

* Update compat.py

* Update engine.py

* Update sklearn.py

* Update sklearn.py

* Update callback.py

* Update setup.py

* Update __init__.py

* Update plotting.py

* Update sklearn.py

* Update engine.py

* Update compat.py

* Update callback.py

* Update basic.py

* Update compat.py

* Update basic.py

* Update basic.py

* Update compat.py

* Update compat.py

* Update plotting.py

* Update engine.py

* Update basic.py

* Update sklearn.py

* Update compat.py

* Update engine.py

* Update engine.py

* Update callback.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update sklearn.py

* Update sklearn.py

* Update plotting.py

* Update sklearn.py

* Update compat.py

* Update compat.py

* Update engine.py

* Update plotting.py

* Update sklearn.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update compat.py

* Update compat.py

* Update compat.py

* Update engine.py

* Update basic.py

* Update compat.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update compat.py

* Update compat.py

* Update basic.py

* Update basic.py

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update conf.py

* Revert "Update dockerfile-r"

This reverts commit 4ff6ffc7e3.
2020-12-09 13:32:00 +03:00
Nikita Titov 1bc27939a4
[docs] simplify RTD config and use latest Sphinx (#3554)
* Update requirements_base.txt

* Update requirements_rtd.txt
2020-11-11 17:30:30 +03:00
James Lamb 7be57d77f5
[ci][R-package][python] suppress warning about empty 'compute' director, fix Rtools installation and temporary pin Sphinx version (#3277)
* [R-package] suppress warning about empty 'compute' directory

* get more logs from Rtools install

* empty commit

* add a timeout

* trying Invoke-WebRequest instead

* switch to CRAN link

* do not use Start-Process

* relative paths

* trying suppressmessageboxes

* switch strategy for running Rtools

* Update requirements_rtd.txt

* Update requirements_base.txt

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
2020-08-10 02:44:38 +03:00
Nikita Titov fa2de89bb6
[docs][scikit-learn] removed duplicated docstrings (#3164)
* Revert "[ci][docs] temporarily pin Sphinx version (#3157)"

This reverts commit b3a84df5af.

* removed duplicated docstrings
2020-06-23 00:06:46 +03:00
Nikita Titov b3a84df5af
[ci][docs] temporarily pin Sphinx version (#3157) 2020-06-11 01:52:09 +03:00
Nikita Titov 30607d80fb
be compatible with Sphinx 3 (#3013) 2020-04-22 13:47:52 -05:00
Nikita Titov ce08242567
[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
2020-04-07 16:24:09 +03:00
Nikita Titov cfcc020e58
[ci][docs] generate docs for C API (#2059)
* use file to install deps for docs

* added C_API docs

* use breathe without exhale

* added missed params descriptions and make Doxygen fail for warnings

* escape char hotfix

* ignore unknown directive for rstcheck

* better handle env variable

* hotfix for 'Unknown directive type' error with C_API=NO

* Update .gitignore

* fixed pylint

* use already defined constants in conf.py

* do not suppress Doxygen's output

* addressed review comments

* removed unneeded import
2019-05-05 14:54:37 +03:00