Skip to content

Commit

Permalink
Wrong File names for RTD (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Sep 11, 2023
1 parent b629e45 commit cf122f0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
27 changes: 27 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"
jobs:
post_checkout:
- git fetch --unshallow || true
pre_install:
- git update-index --assume-unchanged .rtd-environment.yml docs/conf.py

conda:
environment: .rtd-environment.yml

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

python:
install:
- method: pip
extra_requirements:
- all
- docs
path: .
7 changes: 0 additions & 7 deletions .readthedocs.yml

This file was deleted.

34 changes: 7 additions & 27 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,7 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"
jobs:
post_checkout:
- git fetch --unshallow || true
pre_install:
- git update-index --assume-unchanged .rtd-environment.yml docs/conf.py

conda:
environment: .rtd-environment.yml

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

python:
install:
- method: pip
extra_requirements:
- all
- docs
path: .
name: rtd_soar
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- graphviz!=2.42.*,!=2.43.*

0 comments on commit cf122f0

Please sign in to comment.