Skip to content

Commit

Permalink
rename readthedoc yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoli0 committed Aug 1, 2023
1 parent 249267f commit cfb6076
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 46 deletions.
32 changes: 15 additions & 17 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,26 @@

# Required
version: 2
#

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
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/source/conf.py

# submodules:
# include: - docs/build/html/_modules/funpipe/bam.html

submodules:
include:
- bam
- fasta
recursive: true
#
# Optionally build your docs in additional formats such as PDF
# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf
#
# Optionally set the version of Python and requirements required to build your docs

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
- method: setuptools
path: .

- requirements: docs/source/requirements.txt
29 changes: 0 additions & 29 deletions readthedocs.yml

This file was deleted.

0 comments on commit cfb6076

Please sign in to comment.