Skip to content

Commit

Permalink
Fix ReadTheDocs (#11419)
Browse files Browse the repository at this point in the history
Resolves #11412
  • Loading branch information
sobolevn authored Oct 31, 2021
1 parent e9c7e10 commit 06c7433
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

python:
version: 3.7
install:
- requirements: docs/requirements-docs.txt

sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

formats: all
4 changes: 2 additions & 2 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx >= 1.4.4
sphinx-rtd-theme >= 0.1.9
sphinx>=4.2.0,<5.0.0
sphinx-rtd-theme>=1.0.0,<2.0.0

0 comments on commit 06c7433

Please sign in to comment.