Skip to content

Commit

Permalink
Merge pull request #27 from pinellolab/fix_dependencies
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
huidongchen committed Sep 6, 2023
2 parents 7810a73 + ca0a259 commit 4f8158e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

conda:
environment: docs/environment.yml

build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"

sphinx:
builder: html
configuration: docs/source/conf.py
fail_on_warning: false
13 changes: 13 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: readthedocs
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- pip
- numpy<1.24.0 #avoid errors caused by 1.24
- pandoc>=2.14
- pip:
- sphinx>=3.0
- sphinx-rtd-theme>=0.5
- nbsphinx>=0.8
2 changes: 2 additions & 0 deletions docs/source/API.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
API
===
2 changes: 2 additions & 0 deletions docs/source/About STREAM2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
About STREAM2
=============

0 comments on commit 4f8158e

Please sign in to comment.