Skip to content

Commit

Permalink
[ci][docs] Fix RTD builds (#3015)
Browse files Browse the repository at this point in the history
* hotfix for pip error

* Update conf.py

* Update conf.py

* Update conf.py

* fix rtd builds
  • Loading branch information
StrikerRUS authored Apr 23, 2020
1 parent 30607d8 commit b013af0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ formats:
python:
version: 3
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements_rtd.txt
sphinx:
builder: html
configuration: docs/conf.py
Expand Down
4 changes: 4 additions & 0 deletions docs/requirements_rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sphinx >= 3.0.2
sphinx_rtd_theme >= 0.3
mock; python_version < '3'
breathe

0 comments on commit b013af0

Please sign in to comment.