Jacob Tomlinson's profile picture Jacob Tomlinson
Home Blog Talks About

#vscode
Tag

  • Debugging Sphinx extensions in VSCode

    3 minute read #sphinx, #vscode, #debugging

    This week I’ve been working on some custom Sphinx extensions for a documentation site.

    Sphinx is a pretty complex tool with a broad ecosystem so documentation tends to be spread across the upstream project, dependencies like docutils and popular extensions like MyST. Therefore figuring out what is going on can be challenging, so I almost always resort to digging through state in a debugger and doing code spelunking on GitHub.