Skip to content

Commit

Permalink
Merge pull request #596 from willingc/fix-rtdbuild
Browse files Browse the repository at this point in the history
Update rtd yaml file
  • Loading branch information
willingc authored Nov 25, 2023
2 parents 4935b68 + 9264c2e commit 9bd175b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
25 changes: 25 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"

sphinx:
builder: html
fail_on_warning: true
configuration: docs/source/conf.py

conda:
environment: docs/environment.yml

python:
install:
- method: pip
path: .
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
5 changes: 0 additions & 5 deletions readthedocs.yml

This file was deleted.

0 comments on commit 9bd175b

Please sign in to comment.