This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix DIPY doc URL in Sphinx documentation config file
Fix DIPY doc URL in Sphinx documentation config file: the URL was changed starting DIPY 1.8.0. Fixes: ``` Warning, treated as error: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://dipy.org/documentation/latest/objects.inv' not fetchable due to <class 'requests.exceptions.HTTPError'>: 404 Client Error: Not Found for url: https://dipy.org/documentation/latest/objects.inv make: *** [Makefile:65: html] Error 2 ``` raised when running: ``` make -C docs/ SPHINXOPTS="-W" BUILDDIR="$HOME/docs" OUTDIR="${CURBRANCH:-html}" html ```
- Loading branch information