Skip to content

Commit

Permalink
Try to update version of plotly in readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Feb 7, 2024
1 parent ab9277f commit 81eb587
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 157 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ doctest:

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
#%: Makefile
# @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
4 changes: 2 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- defaults

dependencies:
- python=3.7
- python=3.9
- pip
- cython
- fftw
Expand All @@ -15,7 +15,7 @@ dependencies:
- scipy
- mpi4py
- mpi4py-fft
- plotly
- plotly>=5.8
- Sphinx==4.2
- nbsphinx
- pip:
Expand Down
Loading

0 comments on commit 81eb587

Please sign in to comment.