diff --git a/mkdocs.yml b/mkdocs.yml index 4a23c77c..9e927c96 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -89,3 +89,7 @@ plugins: - git-committers: repository: pyladies/pyladiescon-portal branch: main + - mkdocstrings: + handlers: + python: + enable_parallel_processing: false diff --git a/netlify.toml b/netlify.toml index dbcd7eec..a19ffa97 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,4 +2,7 @@ [build] command = "mkdocs build" publish = "site" - environment = { PYTHON_VERSION = "3.14"} \ No newline at end of file + +[build.environment] + PYTHON_VERSION = "3.14" + NO_MKDOCS_2_WARNING = "1" diff --git a/requirements-app.txt b/requirements-app.txt index 2036d50e..342b9de0 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -1,5 +1,5 @@ asgiref==3.8.1 -Django==5.2.11 +Django==5.2.13 django-allauth==65.13.0 django-filter==25.1 django-tables2==2.7.5