Skip to content

Commit

Permalink
Add explicit read the docs configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
lueschem committed Nov 7, 2021
1 parent 9c22a8c commit 0756bb8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

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

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx==3.5.4
sphinx_rtd_theme==0.5.1
readthedocs-sphinx-search==0.1.0

0 comments on commit 0756bb8

Please sign in to comment.