Skip to content

Commit

Permalink
fix rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
xiki-tempula committed Mar 23, 2024
1 parent 4f3fb77 commit b100159
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
environment-name: test
channels: conda-forge,defaults
extra-specs: |
python=3.10
python=3.9
- name: install_deps
run: |
Expand Down
174 changes: 0 additions & 174 deletions docs/conf copy.py

This file was deleted.

23 changes: 17 additions & 6 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# readthedocs.yml
# .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:
image: latest
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
python:
version: 3.8
install:
- method: pip
path: .

- requirements: requirements-dev.txt
- method: pip
path: .
conda:
environment: docs/requirements.yaml

0 comments on commit b100159

Please sign in to comment.