Skip to content

Commit

Permalink
Merge pull request #362 from pkgw/readthedocs
Browse files Browse the repository at this point in the history
.readthedocs.yaml: attempt to fix this
  • Loading branch information
pkgw committed Aug 5, 2023
2 parents 449f88a + 14c2089 commit 32d7954
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Expand Up @@ -12,7 +12,7 @@ conda:
environment: .readthedocs_env.yml

python:
version: 3.9
version: 3.8
install:
- method: pip
path: .
Expand Down
1 change: 1 addition & 0 deletions .readthedocs_env.yml
Expand Up @@ -13,6 +13,7 @@ dependencies:
- jupyterlab_widgets
- krb5
- lxml
- ipykernel
- matplotlib
- nbclassic
- nodejs
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-build-and-test.yml
Expand Up @@ -230,7 +230,7 @@ jobs:
source activate-conda.sh
conda activate build
set -x
\conda install -y astropy astropy-sphinx-theme jupyter_sphinx numpydoc sphinx sphinx-automodapi
\conda install -y astropy astropy-sphinx-theme ipykernel jupyter_sphinx nbclassic numpydoc sphinx sphinx-automodapi
cd docs
make html
displayName: Build docs
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -133,6 +133,7 @@
],
"docs": [
"astropy-sphinx-theme",
"ipykernel",
"sphinx>=1.6",
"sphinx-automodapi",
"numpydoc",
Expand Down

0 comments on commit 32d7954

Please sign in to comment.