Only pin sphinx-automodapi in RTD environment and add explanatory comment. Try removing new test images.

This commit is contained in:
Carifio24 2024-05-06 16:28:37 -04:00
Родитель 06df03f102
Коммит 66480282c5
5 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -22,4 +22,8 @@ dependencies:
- reproject
- setuptools
- sphinx
# This pin is to work around a conda verification error
# that first appeared in the CI for https://github.com/WorldWideTelescope/pywwt/pull/375.
# At the time of writing this, the issue only occurs with sphinx-automodapi==0.17,
# which is the newest version.
- sphinx-automodapi=0.16

Двоичные данные
pywwt/tests/data/refimg_qt_full_step4/k.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 171 KiB

Двоичные данные
pywwt/tests/data/refimg_qt_full_step4/l.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 189 KiB

Двоичные данные
pywwt/tests/data/refimg_qt_full_step4/m.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 163 KiB

Просмотреть файл

@ -135,7 +135,7 @@ setup_args = dict(
"astropy-sphinx-theme",
"ipykernel",
"sphinx>=1.6",
"sphinx-automodapi<=0.16",
"sphinx-automodapi",
"numpydoc",
"jupyter_sphinx",
],