Skip to content

Commit

Permalink
Add readthedocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Feb 1, 2024
1 parent e7ca784 commit edae06e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 25 deletions.
9 changes: 9 additions & 0 deletions .ci/readthedocs/conda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: readthedocs
channels:
- conda-forge
- defaults
dependencies:
- furo
- make
- python=3.11
- sphinx
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
worker: "docker exec -w ${WORKSPACE} -e WORKSPACE -e CMAKE_OPTIONS -e DEBIAN_FRONTEND=noninteractive worker"
stop_worker: "docker kill worker"
cmake_options: "-DCMAKE_CXX_STANDARD=17"
- name: "macOS 11 (Big Sur) + Homebrew"
os: macos-11
ci_type: brew
start_worker: ""
worker: ""
stop_worker: ""
# - name: "macOS 11 (Big Sur) + Homebrew"
# os: macos-11
# ci_type: brew
# start_worker: ""
# worker: ""
# stop_worker: ""
steps:
- name: Configure environment
run: |
Expand Down
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

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

conda:
environment: .ci/readthedocs/conda.yml

sphinx:
builder: html
configuration: docs/conf.py

19 changes: 0 additions & 19 deletions appveyor.yml

This file was deleted.

0 comments on commit edae06e

Please sign in to comment.