Skip to content

Instantly share code, notes, and snippets.

@adamltyson
Created September 12, 2024 09:00
Show Gist options
  • Save adamltyson/42bd6d4e773484863d6d7f1123919eb1 to your computer and use it in GitHub Desktop.
Save adamltyson/42bd6d4e773484863d6d7f1123919eb1 to your computer and use it in GitHub Desktop.
Alias to run sphinx build with linkcheck
alias dblc='rm -rf docs/build && sphinx-build docs/source docs/build -b linkcheck'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment