Only pin sphinx-automodapi in RTD environment and add explanatory comment. Try removing new test images.
This commit is contained in:
Родитель
06df03f102
Коммит
66480282c5
|
@ -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
Двоичные данные
pywwt/tests/data/refimg_qt_full_step4/k.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 171 KiB |
Двоичные данные
pywwt/tests/data/refimg_qt_full_step4/l.png
Двоичные данные
pywwt/tests/data/refimg_qt_full_step4/l.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 189 KiB |
Двоичные данные
pywwt/tests/data/refimg_qt_full_step4/m.png
Двоичные данные
pywwt/tests/data/refimg_qt_full_step4/m.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 163 KiB |
2
setup.py
2
setup.py
|
@ -135,7 +135,7 @@ setup_args = dict(
|
|||
"astropy-sphinx-theme",
|
||||
"ipykernel",
|
||||
"sphinx>=1.6",
|
||||
"sphinx-automodapi<=0.16",
|
||||
"sphinx-automodapi",
|
||||
"numpydoc",
|
||||
"jupyter_sphinx",
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче