Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 8dbf0f0

Browse files
committed
update message
1 parent e733fe1 commit 8dbf0f0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

readthedocs_ext/external_version_warning.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
"""
2-
Add the ability to warning banner for external versions in every page.
3-
4-
If the version type is external this will show a warning banner
5-
at the top of each page of the documentation.
6-
"""
7-
81
from docutils import nodes
92

103
try:
@@ -18,7 +11,7 @@
1811

1912
def process_external_version_warning_banner(app, doctree, fromdocname):
2013
"""
21-
Add the ability to warning banner for external versions in every page.
14+
Add warning banner for external versions in every page.
2215
2316
If the version type is external this will show a warning banner
2417
at the top of each page of the documentation.

0 commit comments

Comments
 (0)