pauleveritt / tagstr-site

Demos and docs for the draft PEP on tag strings in Python.
MIT License
5 stars 2 forks source link

Get `make build-docs` working in the devcontainer #30

Closed davepeck closed 2 months ago

davepeck commented 2 months ago

Sphinx starts by calling locale.setlocale(LC_ALL, ''), which (prior to this PR) fails in the devcontainer because locales were not configured. This PR fixes the issue.