Skip to content

Commit

Permalink
Merge pull request #2396 from bagerard/fix_readthedocs_failed_build
Browse files Browse the repository at this point in the history
Fix readthedocs build that failed
  • Loading branch information
bagerard committed Oct 18, 2020
2 parents 0bbc059 + c801e79 commit 38047ca
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF
formats:
- pdf

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pymongo>=3.4
Sphinx==1.5.5
sphinx-rtd-theme==0.2.4
pymongo>=3.11
Sphinx==3.2.1
sphinx-rtd-theme==0.5.0

0 comments on commit 38047ca

Please sign in to comment.