Skip to content

Commit

Permalink
added mkt.schema installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Mar 1, 2025
1 parent 141353f commit ecb64d1
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,22 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# readthedocs.yaml

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "mambaforge-22.9"
# python: "3.11"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

conda:
environment: docs/requirements.yaml

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: missense_kinase_toolkit/databases
- requirements: docs/requirements.txt
- method: pip
path: missense_kinase_toolkit/databases
path: missense_kinase_toolkit/schema

0 comments on commit ecb64d1

Please sign in to comment.