Skip to content

Commit 4aa1243

Browse files
committed
Update copyright, add fullscreen to docs
1 parent 787a324 commit 4aa1243

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# General information about the project.
5151
project = "sphinxcontrib-mermaid"
52-
copyright = "2017-2023, Martín Gaitán"
52+
copyright = "2017-2025, Martín Gaitán"
5353
author = "Martín Gaitán"
5454

5555
# The version info for the project you're documenting, acts as replacement for
@@ -160,3 +160,4 @@
160160

161161
mermaid_params = ["-ppuppeteer-config.json"]
162162
# mermaid_d3_zoom = True
163+
mermaid_fullscreen = True

sphinxcontrib/mermaid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Allow mermaid diagrams to be included in Sphinx-generated
66
documents inline.
77
8-
:copyright: Copyright 2016-2023 by Martín Gaitán and others
8+
:copyright: Copyright 2016-2025 by Martín Gaitán and others
99
:license: BSD, see LICENSE for details.
1010
"""
1111

0 commit comments

Comments
 (0)