Skip to content

Commit

Permalink
Merge branch '5.12.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Dec 13, 2024
2 parents ca1205e + bda0797 commit 122705e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ Unreleased
Dependency changes
------------------

These Python modules are no longer required due to us rewriting forms in order
to be able to upgrade to Python 3.11:
These Python modules are no longer required:

* :mod:`django-crispy-forms`
* :mod:`crispy-forms-foundation`
* :mod:`libsass`

If you want to build NAV from source, you will now need `webpack
<https://webpack.js.org/>` as a replacement for the now defunct :mod:`libsass`.
Webpack is used to build many of the static resources (mostly CSS stylesheets
from SASS source files) that are to be served by the NAV web GUI.

Deprecation warnings
--------------------
Expand Down
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys, os
import os
import sys

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down

0 comments on commit 122705e

Please sign in to comment.