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

[ci][docs] Fix RTD builds (#3015)

* hotfix for pip error

* Update conf.py

* Update conf.py

* Update conf.py

* fix rtd builds
parent 30607d80
...@@ -4,7 +4,7 @@ formats: ...@@ -4,7 +4,7 @@ formats:
python: python:
version: 3 version: 3
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements_rtd.txt
sphinx: sphinx:
builder: html builder: html
configuration: docs/conf.py configuration: docs/conf.py
......
sphinx >= 3.0.2
sphinx_rtd_theme >= 0.3
mock; python_version < '3'
breathe
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