Skip to content

Commit

Permalink
Add RTD explicit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Nov 15, 2021
1 parent ed21e9a commit f5efef9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# File: .readthedocs.yaml

version: 2

build:
os: "ubuntu-20.04"
tools:
python: "3.9"

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

# Explicitly set the version of Python and its requirements
python:
install:
- requirements: requirements.txt
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Defining the exact version will make sure things don't break
sphinx==4.2.0
sphinx_rtd_theme==1.0.0
readthedocs-sphinx-search==0.1.1

0 comments on commit f5efef9

Please sign in to comment.