Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Sep 6, 2018
2 parents 91b684f + 966f2d6 commit 726f773
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 9 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ python:
- "3.6"
sudo: false
install:
- pip install -r rtd.txt
# Python 3.x is default
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
# Create now the env with our environment
- conda env create -f environment.yml
- source activate birdhouse-docs
script:
- make docs
# - make linkcheck
#after_success:
# - coveralls
25 changes: 21 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,29 @@ Release Notes
:depth: 2
:backlinks: none

Dar es Salaam (August 2018)
===========================
Dar es Salaam (September 2018)
==============================

Birdhouse will be at the `FOSS4G 2018 in Dar es Salaam <https://2018.foss4g.org/>`_.
Birdhouse was present at the `FOSS4G 2018 in Dar es Salaam <https://2018.foss4g.org/>`_.

In the making ...
.. warning:: In the making ...

Highlighted Changes:

* Ansible playbook to install PyWPS applications.
* Skipped Buildout deployment ... not all birds are converted yet.
* Updated Cookiecutter template for new deployment.

Released Birds:

* Ansible Playbook for PyWPS `0.1.0 <https://github.com/bird-house/ansible-wps-playbook/releases/tag/0.1.0>`_
* Cookiecutter Template for PyWPS `0.3.0 <https://github.com/bird-house/cookiecutter-birdhouse/releases/tag/v0.3.0>`_

Montréal (March 2018)
=====================

We had a `workshop in Montréal <https://medium.com/birdhouse-newsletter/april-2018-74c8914648d9>`_ with CRIM and Ouranos.

Highlighted Changes:

* Birdhouse has a Logo :)
Expand Down Expand Up @@ -49,6 +62,10 @@ New Birds in the making:
Bonn (August 2016)
==================

Birdhouse was present at the `FOSS4G 2016 in Bonn <http://2016.foss4g.org/home.html>`_.

Highlighted Changes:

* Leaflet map with time-dimension plugin.
* using twitcher security proxy.
* using conda environments for each birdhouse compartment.
Expand Down
8 changes: 8 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build:
image: latest

python:
version: 3.6

conda:
file: environment.yml
1 change: 0 additions & 1 deletion rtd.txt

This file was deleted.

0 comments on commit 726f773

Please sign in to comment.