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 current linkcheck failures #1214

Merged
merged 3 commits into from
Jan 30, 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: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ shallow_clone: false
environment:
DTS: datalad_next
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
INSTALL_SYSPKGS: graphicsmagick-imagemagick-compat moreutils jq uidmap
INSTALL_SYSPKGS: graphicsmagick-imagemagick-compat moreutils jq uidmap fuse2fs
# go with whatever is most recent to catch anything that might break
# with them
INSTALL_GITANNEX: git-annex -m snapshot
Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@
'https://twitter.com/datalad',
# maybe a user-agent issue? github.com/sphinx-doc/sphinx//issues/10343
'https://github.com/datalad/datalad-extension-template/generate',
# (temporary?) SSL certificate error
'https://fcon_1000.projects.nitrc.org/*',
# local link fails to resolve, maybe because its a build artifact?
'../_images/intro-v1-cover.jpg',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chardet
docutils
idna
imagesize
Jinja2 < 3.1
Jinja2
MarkupSafe
packaging
Pygments
Expand Down
Loading