Skip to content

Commit

Permalink
Merge pull request #28 from brian-rose/brian-rose-patch-1
Browse files Browse the repository at this point in the history
Try to get previews working again on readthedocs
  • Loading branch information
brian-rose authored Jan 24, 2024
2 parents 8f5f329 + a85c787 commit 22c1a62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
version: 3.7
install:
- requirements: requirements.txt

build:
image: latest

sphinx:
fail_on_warning: false
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx
sphinx==5.0.2
recommonmark
sphinx-markdown-tables
sphinxcontrib-bibtex
Expand Down

0 comments on commit 22c1a62

Please sign in to comment.