Skip to content

Commit

Permalink
Remove travis, update readthedocs and Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
collijk committed Feb 12, 2022
1 parent 0d0761c commit 8ab18ac
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 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.

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include README.rst
recursive-include docs *
prune docs/_build

include src/__about__.py
include src/gbd_mapping/__about__.py
recursive-include src/gbd_mapping *.py
recursive-include src/gbd_mapping_generator *.py
recursive-include tests *.py *txt *.yaml

0 comments on commit 8ab18ac

Please sign in to comment.