Skip to content

Commit

Permalink
BUGFIX: Readthedocs build (#56)
Browse files Browse the repository at this point in the history
Updating Build badge and adding docutils in environment
  • Loading branch information
cambordas committed Feb 20, 2024
1 parent caa7f41 commit 0663ec4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .readthedocs.yml
@@ -1,10 +1,16 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "miniconda3-4.7"

conda:
environment: environment.yml

python:
version: 3.10
install:
- method: pip
path: .
extra_requirements:
- escher
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
![Static Badge](https://img.shields.io/badge/python-3.10%7C3.11%7C3.12-%20blue)
![GitHub](https://img.shields.io/github/license/Toepfer-Lab/cobramod)
![Read the Docs (version)](https://img.shields.io/readthedocs/cobramod/latest)
![Tests](https://img.shields.io/github/workflow/status/Toepfer-Lab/cobramod/Test%20build%20and%20publish%20Cobramod%20to%20PyPI?label=tests)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Toepfer-lab/cobramod/test-build-and-publish.yml)
![Version](https://img.shields.io/pypi/v/cobramod?label=version)
[![Downloads](https://pepy.tech/badge/cobramod)](https://pepy.tech/project/cobramod)

Expand Down
1 change: 1 addition & 0 deletions environment.yml
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pre-commit
- tqdm
- pyarrow
- docutils
- pandoc
- conda-forge::webcolors
- conda-forge::openpyxl
Expand Down

0 comments on commit 0663ec4

Please sign in to comment.