Skip to content

Commit

Permalink
docs: fixing documentation autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Nov 10, 2021
1 parent 04757b5 commit 54e0bc9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ jobs:
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
conda install cython numpy scipy matplotlib -y
conda install -c conda-forge theano -y
conda install -c conda-forge theano cython numpy scipy matplotlib sphinx=3.5.4 sphinx-gallery sphinxcontrib-bibtex sphinx_rtd_theme myst-parser -y
pip install lavavu-osmesa
python setup.py install build_ext --inplace
pip install .
cd docs
pip install -r requirements.txt
git-changelog -o changelog.md ../.
make html
- name: Deploy 🚀
Expand Down

0 comments on commit 54e0bc9

Please sign in to comment.