From 3892249ebffe29dfa2f0ca0f1f84043eb8dbfc97 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Sat, 10 Aug 2019 14:35:40 +0100 Subject: [PATCH] fix readthedocs --- .gitchangelog.rc | 11 +---------- docs/environment.yaml | 2 ++ setup.py | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.gitchangelog.rc b/.gitchangelog.rc index 886b089..ada5d5b 100644 --- a/.gitchangelog.rc +++ b/.gitchangelog.rc @@ -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]?.*$', diff --git a/docs/environment.yaml b/docs/environment.yaml index 675e8d3..a0b397c 100644 --- a/docs/environment.yaml +++ b/docs/environment.yaml @@ -5,3 +5,5 @@ dependencies: - pandoc =2.6 - docutils >=0.15 - ipypublish >=0.10.7 + - importlib_resources + - ruamel.yaml diff --git a/setup.py b/setup.py index 0adc1db..e93fa17 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "sphinx>=1.6", "sphinx_rtd_theme", "ipypublish>=0.10.7", - "importlib-resources", + "importlib_resources", ], }, classifiers=[