Skip to content

Commit

Permalink
Deploy docs with RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Sep 28, 2023
1 parent e0bf9e3 commit bb396b6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 53 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/publish.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 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
- "jupyter-book config sphinx docs/"

python:
install:
- method: pip
path: .
extra_requirements:
- sphinx

sphinx:
builder: html
fail_on_warning: true

0 comments on commit bb396b6

Please sign in to comment.