Skip to content

Commit

Permalink
update docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Jul 17, 2023
1 parent 535031c commit c46869e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions ci/requirements/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: pyremo-docs

channels:
- conda-forge
- nodefaults

dependencies:
- python=3.10
- python
- dask
- xarray
Expand All @@ -17,6 +15,7 @@ dependencies:
- numpydoc
- pillow
- pip
- nbconvert
- nbsphinx
- nbsphinx-link
- ipython
Expand All @@ -25,8 +24,7 @@ dependencies:
- cdo
- python-cdo
- sphinx
- sphinx_rtd_theme==1.0.0
- jinja2==3.0.0
- sphinx_rtd_theme
- sphinx-autosummary-accessors
- pip:
- git+https://github.com/euro-cordex/py-cordex.git # always use master for now
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"IPython.sphinxext.ipython_console_highlighting",
]

nbsphinx_allow_errors = True

extlinks = {
"issue": ("https://github.com/remo-rcm/pyremo/issues/%s", "GH"),
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

installation
usage
notebooks/domain
notebooks/domains
processing
remo-dataset
production-analysis
Expand Down

0 comments on commit c46869e

Please sign in to comment.