Skip to content

Commit

Permalink
Merge pull request #10 from dpeerlab/add_docs
Browse files Browse the repository at this point in the history
fix yaml
  • Loading branch information
DoronHav authored Apr 25, 2024
2 parents e221013 + 98ed1cf commit 1888ae1
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,15 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-20.04
tools:
python: "3.9"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"
jobs:
pre_build:
- sphinx-apidoc ...

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

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub
configuration: docs/source/conf.py

# 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: ../.
- requirements: docs/docs_requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .

0 comments on commit 1888ae1

Please sign in to comment.