Skip to content

Commit

Permalink
add rtfd config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Oct 29, 2021
1 parent 19d9f2d commit 1914790
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# readthedocs configuration file
# see https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2

# configure
sphinx:
configuration: docs/source/conf.py

# build
python:
version: "3.7"
install:
- method: pip
path: .
- requirements: docs/requirements.txt
7 changes: 7 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Packages required to build docs
# dependencies pinned as:
# https://github.com/readthedocs/readthedocs.org/blob/master/requirements/docs.txt

sphinx==4.2.0
sphinx_rtd_theme==1.0.0
readthedocs-sphinx-search==0.1.0

0 comments on commit 1914790

Please sign in to comment.