diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4fc0826a..c99a19d6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -148,7 +148,7 @@ After publishing the release, the following automated steps are triggered: [github]: https://github.com/statisticsnorway/ssb-pypitemplate [github pages]: https://statisticsnorway.github.io/ssb-pypitemplate/ [issue tracker]: https://github.com/statisticsnorway/ssb-pypitemplate/issues -[mit license]: https://opensource.org/license/mit/ +[mit license]: https://opensource.org/license/MIT [nox]: https://nox.thea.codes/ [nox-poetry]: https://nox-poetry.readthedocs.io/ [poetry]: https://python-poetry.org/ diff --git a/docs/conf.py b/docs/conf.py index 0cc8027c1..53a87a69f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,12 +19,8 @@ "https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/", "https://cookiecutter-hypermodern-python.readthedocs.io", "https://badgen.net/badge/status/alpha/d8624d", - "https://opensource.org/license/mit/", + "https://opensource.org/license/MIT", ] -linkcheck_request_headers = { - r"https://www.opensource.org/": {"User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux i686; " - "rv:24.0) Gecko/20100101 Firefox/24.0"} -} myst_enable_extensions = [ "colon_fence", "deflist",