Skip to content

Commit

Permalink
fix readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 10, 2019
1 parent 2b6cfbf commit 3892249
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .gitchangelog.rc
Expand Up @@ -57,21 +57,12 @@
# will be ignored and won't be reported in the changelog.
#

# r'[mM]inor.*',
# r'[tT]est fix.*',
# r'[tT]ravis fix.*',
# r'[fF]ix .*',
# r'[tT]ry .*',
# r'[tT]est.',
# r'[dD]oc fix.*',
# r'Coverage.*',
# r'^$'

ignore_regexps = [
r'^[fF]ix [tT]ypo.*$',
r'^[tT]est fix.*$',
r'^[tT]ravis fix.*$',
r'^[fF]ix [tT]ravis.*$',
r'^[fF]ix [rR]eadthedocs.*$',
r'^[pP]re-commit fix.*$',
r'[fF]ix api.*',
r'^[fF]ix [tT]est[s]?.*$',
Expand Down
2 changes: 2 additions & 0 deletions docs/environment.yaml
Expand Up @@ -5,3 +5,5 @@ dependencies:
- pandoc =2.6
- docutils >=0.15
- ipypublish >=0.10.7
- importlib_resources
- ruamel.yaml
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@
"sphinx>=1.6",
"sphinx_rtd_theme",
"ipypublish>=0.10.7",
"importlib-resources",
"importlib_resources",
],
},
classifiers=[
Expand Down

0 comments on commit 3892249

Please sign in to comment.