File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2828 run : |
2929 python -m pip install --upgrade pip
3030 pip install pyinstaller
31- pip install -e .[full,cloud]
31+ pip install -e .[full,cloud,arrow ]
3232
3333 - name : Pyinstall executable
3434 run : |
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ The latest generated copy of the documentation can be found at: <https://volatil
9696
9797# # Licensing and Copyright
9898
99- Copyright (C) 2007-2025 Volatility Foundation
99+ Copyright (C) 2007-2026 Volatility Foundation
100100
101101All Rights Reserved
102102
Original file line number Diff line number Diff line change 1- # This file is Copyright 2022 Volatility Foundation and licensed under the Volatility Software License 1.0
1+ # This file is Copyright 2026 Volatility Foundation and licensed under the Volatility Software License 1.0
22# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
33#
44#
1616
1717import os
1818import sys
19+ from importlib .util import find_spec
1920
2021import sphinx .ext .apidoc
2122
22- from importlib .util import find_spec
23-
2423
2524def setup (app ):
2625 volatility_directory = os .path .abspath (
@@ -167,7 +166,7 @@ def setup(app):
167166
168167# General information about the project.
169168project = "Volatility 3"
170- copyright = "2012-2025 , Volatility Foundation"
169+ copyright = "2012-2026 , Volatility Foundation"
171170
172171# The version info for the project you're documenting, acts as replacement for
173172# |version| and |release|, also used in various other places throughout the
You can’t perform that action at this time.
0 commit comments