Skip to content

Commit b737052

Browse files
committed
MNT: Re-enable building docs on AppVeyor
1 parent b1895b7 commit b737052

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.appveyor.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ install:
2626
- cmd: sed -i -e s/python=3/python=%PYTHON_VERSION%/ environment.yml
2727
- cmd: conda env create -q -f environment.yml
2828
- cmd: activate devel
29+
- cmd: pip install sphinx_rtd_theme==0.2.5b1.post1 -f https://unidata-python.s3.amazonaws.com/wheelhouse/index.html
2930
- cmd: python --version
3031
- cmd: conda list
3132
- cmd: if %PYTHON_VERSION% == 2.7 conda install -q enum34
@@ -38,9 +39,9 @@ build: off
3839
test_script:
3940
- cmd: set TEST_DATA_DIR=%APPVEYOR_BUILD_FOLDER%\\testdata
4041
- cmd: python setup.py test --addopts "-s --junitxml=tests.xml --flake8 --mpl --cov=metpy"
41-
# - cmd: cd docs
42-
# - cmd: make html
43-
# - cmd: cd ..
42+
- cmd: cd docs
43+
- cmd: make html
44+
- cmd: cd ..
4445

4546
on_finish:
4647
- ps: $wc = New-Object 'System.Net.WebClient'

0 commit comments

Comments
 (0)