Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

sys.path.insert(0, os.path.abspath(".."))

from pkg_resources import get_distribution

autodoc_mock_imports = [
"dateutil",
"descartes",
Expand Down Expand Up @@ -52,7 +50,7 @@
# -- Project information -----------------------------------------------------

project = "trackintel"
copyright = "2019 - 2025, Dominik Bucher, Henry Martin, Ye Hong, Nina Wiedemann"
copyright = "2019 - 2026, Dominik Bucher, Henry Martin, Ye Hong, Nina Wiedemann"
author = "Dominik Bucher, Henry Martin, Ye Hong, Nina Wiedemann"


Expand All @@ -66,7 +64,6 @@ def setup(app):
# version = str(ti.__version__)
# import trackintel
# version = trackintel.__version__.__version__
# version = get_distribution('trackintel').version
# The full version, including alpha/beta/rc tags
# release = version

Expand Down
Loading