Skip to content

Commit

Permalink
Merge pull request #1425 from sorgerlab/docs_fix
Browse files Browse the repository at this point in the history
Use RTD config for docs build
  • Loading branch information
bgyori authored Nov 16, 2023
2 parents 120e861 + ce3bfce commit 68f7d15
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.7"

python:
install:
- requirements: doc/requirements.txt
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ future
requests
pysb
pandas
rdflib==4.2.1
rdflib
jinja2
protmapper
pyyaml
Expand Down

0 comments on commit 68f7d15

Please sign in to comment.