We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 787a324 + 4aa1243 commit 0097e56Copy full SHA for 0097e56
2 files changed
docs/conf.py
@@ -49,7 +49,7 @@
49
50
# General information about the project.
51
project = "sphinxcontrib-mermaid"
52
-copyright = "2017-2023, Martín Gaitán"
+copyright = "2017-2025, Martín Gaitán"
53
author = "Martín Gaitán"
54
55
# The version info for the project you're documenting, acts as replacement for
@@ -160,3 +160,4 @@
160
161
mermaid_params = ["-ppuppeteer-config.json"]
162
# mermaid_d3_zoom = True
163
+mermaid_fullscreen = True
sphinxcontrib/mermaid/__init__.py
@@ -5,7 +5,7 @@
5
Allow mermaid diagrams to be included in Sphinx-generated
6
documents inline.
7
8
-:copyright: Copyright 2016-2023 by Martín Gaitán and others
+:copyright: Copyright 2016-2025 by Martín Gaitán and others
9
:license: BSD, see LICENSE for details.
10
"""
11
0 commit comments