Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Read the Docs build error #455

Merged
merged 2 commits into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading