We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8baabc commit 8fde335Copy full SHA for 8fde335
1 file changed
mkdocs_print_site_plugin/plugin.py
@@ -7,15 +7,14 @@
7
from mkdocs.config import config_options
8
from mkdocs.structure.files import File
9
from mkdocs.structure.pages import Page
10
-from mkdocs.utils import write_file, copy_file, get_relative_url, warning_filter
+from mkdocs.utils import write_file, copy_file, get_relative_url
11
from mkdocs.exceptions import PluginError
12
13
from mkdocs_print_site_plugin.renderer import Renderer
14
from mkdocs_print_site_plugin.utils import flatten_nav, get_theme_name
15
from mkdocs_print_site_plugin.urls import is_external
16
17
logger = logging.getLogger("mkdocs.plugins")
18
-logger.addFilter(warning_filter)
19
20
HERE = os.path.dirname(os.path.abspath(__file__))
21
0 commit comments