Skip to content

Commit

Permalink
docs: Fix docs on rtd
Browse files Browse the repository at this point in the history
Sphinx 3.2.0 (on rtd) has a problem with cpython extensions,
disables that version when building the docs on rtd.

References:
* sphinx-doc/sphinx#8074
* sphinx-doc/sphinx#8077

[skip ci]
  • Loading branch information
st-bender committed Aug 14, 2020
1 parent 56eb8de commit fc159a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rtd-environment.yml
Expand Up @@ -8,6 +8,7 @@ dependencies:
- ipython
- numpy
- numpydoc
- sphinx!=3.2.0
- xarray
- pip
- pip:
Expand Down

0 comments on commit fc159a4

Please sign in to comment.