diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7de994019..8c0fc17c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -197,6 +197,7 @@ from `master` into the corresponding release branch. #### Minor Versions +1. Check that the latest version of the docs is building on Read the Docs. 1. Create a PR into master after doing the following: 1. Update the version with `bump2version`: ```bash @@ -228,6 +229,7 @@ from `master` into the corresponding release branch. #### Patch Versions +1. Check that the latest version of the docs is building on Read the Docs. 1. Create a PR into master after doing the following: 1. Update the version with `bump2version`: ```bash diff --git a/setup.py b/setup.py index ccdbe4c9f..c1292371a 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ "sphinx-toolbox==3.1.0", "sphinx-autodoc-typehints==1.18.2", "sphinx-codeautolink==0.12.1", + "sphinxcontrib-applehelp==1.0.4", # Distribution "bump2version==1.0.1",