Skip to content

Commit

Permalink
Merge pull request #158 from zmoon/update-rtd
Browse files Browse the repository at this point in the history
Update docs env
  • Loading branch information
zmoon authored Oct 23, 2024
2 parents 105411b + c36f97b commit 58a5858
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
tools:
python: "mambaforge-4.10"
python: "mambaforge-23.11"

sphinx:
configuration: docs/conf.py
Expand Down
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ API

.. module:: monet

.. py:currentmodule:: None
Top-level functions
~~~~~~~~~~~~~~~~~~~
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def __getattr__(cls, name):
"https://glossary.ametsoc.org/wiki/", # currently a cert issue
"https://doi.org/10.1029/2000WR900033", # 403 at Wiley
]
linkcheck_report_timeouts_as_broken = True

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates", sphinx_autosummary_accessors.templates_path]
Expand All @@ -105,7 +106,7 @@ def __getattr__(cls, name):
#
# 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"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion docs/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
#
# docs
- nbsphinx
- sphinx=4.*
- sphinx=7.*
- sphinx-autobuild
- sphinx-autosummary-accessors
- sphinx_rtd_theme>=0.4
Expand Down

0 comments on commit 58a5858

Please sign in to comment.