Skip to content

Commit

Permalink
Add .readthedocs.yaml file and requirements.txt for documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbriggs committed Dec 5, 2023
1 parent 72659cc commit 994d97d
Show file tree
Hide file tree
Showing 2 changed files with 20 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 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx==7.1.2
sphinx_rtd_theme==2.0.0
readthedocs-sphinx-search==0.3.1

0 comments on commit 994d97d

Please sign in to comment.