Skip to content

Commit

Permalink
use the old version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiki-tempula committed Mar 23, 2024
1 parent b100159 commit a5e9fec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
with:
fetch-depth: 0

- uses: mamba-org/provision-with-micromamba@main
- name: setup_miniconda
uses: conda-incubator/setup-miniconda@v2
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
channels: conda-forge,defaults
extra-specs: |
python=3.9
python-version: 3.9
auto-update-conda: true
add-pip-as-python-dependency: true
architecture: x64

- name: install_deps
run: |
Expand Down
27 changes: 9 additions & 18 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
# .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 version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"

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

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
formats:
- pdf

python:
version: 3.7
install:
- requirements: requirements-dev.txt
- method: pip
path: .
- method: pip
path: .

conda:
environment: docs/requirements.yaml
environment: environment.yml

0 comments on commit a5e9fec

Please sign in to comment.