Skip to content

Commit

Permalink
Merge pull request #85 from ihmeuw/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
collijk authored Feb 12, 2022
2 parents 469ed15 + cbbf1a0 commit 5d36041
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 698 deletions.
20 changes: 16 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
build:
image: latest
# This is the version for the readthedocs configuration. Version 2 ignores
# web-based configuration and uses everything from this file.
version: 2

# Configure the python version and environment construction run before
# docs are built.
python:
version: 3.6
setup_py_install: true
version: 3.8
install:
# This runs pip install .[docs] from the project root.
- method: pip
path: .
extra_requirements:
- docs

# Doc builds will fail if there are any warnings
sphinx:
fail_on_warning: true
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
**3.0.3 - 02/12/22**

- Bugfix in risk data access.
- Modernize CI.
- Squash warnings in doc building
- Fix remote doc builds.
- Rebuild mappings.

**3.0.2 - 5/21/21**

- Bugfix: update for gbd_access dependency
Expand Down
Loading

0 comments on commit 5d36041

Please sign in to comment.