Skip to content

Commit

Permalink
Fix CI (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Nov 14, 2024
1 parent 30f977d commit e9997ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ build:
os: ubuntu-20.04
tools:
python: "3.9"
jobs:
post_install:
- pip install -r docs/requirements.txt

sphinx:
configuration: docs/conf.py
fail_on_warning: true

python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion dask_sphinx_theme/ext/dask_config_sphinx_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def dask_config_to_html(key, value, schema, prefix=""):
<dd><p>{description}</p></dd>
</dl>
"""
""" # noqa
return [node]


Expand Down
7 changes: 7 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# FIXME: `sphinxcontrib-*` pins are a workaround until we have sphinx>=5.
# See https://github.com/dask/dask-sphinx-theme/issues/68.
sphinxcontrib-applehelp>=1.0.0,<1.0.7
sphinxcontrib-devhelp>=1.0.0,<1.0.6
sphinxcontrib-htmlhelp>=2.0.0,<2.0.5
sphinxcontrib-serializinghtml>=1.1.0,<1.1.10
sphinxcontrib-qthelp>=1.0.0,<1.0.7

0 comments on commit e9997ac

Please sign in to comment.