Skip to content

Commit

Permalink
Merge pull request #57 from fls-bioinformatics-core/update-rtd-config…
Browse files Browse the repository at this point in the history
…-for-docs

Update configuration for building documentation on ReadTheDocs
  • Loading branch information
pjbriggs authored Dec 5, 2023
2 parents 79d508f + d0b4a9d commit 4f37228
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 4f37228

Please sign in to comment.