Skip to content

Commit

Permalink
temporarily fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 13, 2025
1 parent 0aca3b3 commit 9fa3323
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sphinx:
configuration: docs/source/conf.py
# fail_on_warning might generate hard to fix error, in this case it can be
# disabled but this also means those errors will fail silently, choose wisely.
fail_on_warning: true
fail_on_warning: false # This should be fixed in xclim >=0.53.0

# Optionally build your docs in additional formats such as PDF and ePub
formats: [ ]
Expand Down
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = ".rst"
source_suffix = {".rst": "restructuredtext"}

# The master toctree document.
master_doc = "index"
Expand Down
1 change: 0 additions & 1 deletion src/finch/processes/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# noqa: D100
import json
import logging
import os
import urllib.request
import zipfile
from collections import deque
Expand Down

0 comments on commit 9fa3323

Please sign in to comment.