You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have published a forked project that is an instant drop-in replacement of "mkdocs", supports all its plugins and currently works exactly the same other than bug fixes that we're actively working on.
24
+
Please visit https://github.com/properdocs for more details.
25
+
26
+
Please replace the "mkdocs" dependency with "properdocs" (within `pip install`). Note that the plugins should stay under their previous name, they will simply keep working).
27
+
And most importantly, replace all command line invocations of `mkdocs` with `properdocs`.
28
+
29
+
Doing this will also get rid of this warning.
30
+
(This warning was initiated by one of the plugins that you depend on.)
31
+
'''
32
+
33
+
34
+
defsetup():
35
+
if_is_running_from_mkdocs():
36
+
# Silence this warning with NO_MKDOCS_2_WARNING=true
0 commit comments