Skip to content

Commit

Permalink
switch to readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyc1 committed Mar 5, 2024
1 parent 53994a6 commit 3bdc4f8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/pages.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-latest"

sphinx:
configuration: docs/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: requirements.txt

0 comments on commit 3bdc4f8

Please sign in to comment.